Click or drag to resize

ImageClippingBoundary Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the image clipping boundary.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public ClippingBoundary ClippingBoundary { get; set; }
Request Example View Source

Property Value

Type: ClippingBoundary
Remarks
The vertexes coordinates of the clipping boundary are expressed in local coordinates of the image in pixels. Set as null to restore the default clipping boundary, full image.
See Also