This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
5c7fb510 1ba1 c4cb d37a c6060e0d61d9
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the image clipping boundary.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public ClippingBoundary ClippingBoundary { get; set; }VB
Public Property ClippingBoundary As ClippingBoundary
Get
SetC++
public:
property ClippingBoundary^ ClippingBoundary {
ClippingBoundary^ get ();
void set (ClippingBoundary^ value);
}F#
member ClippingBoundary : ClippingBoundary with get, setThe 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.