Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

5c7fb510 1ba1 c4cb d37a c6060e0d61d9

haplokuon edited this page May 6, 2023 · 1 revision

ClippingBoundary Property

netDxf 3.0.0 Library

Gets or sets the image clipping boundary.

Definition

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
	Set

C++

public:
property ClippingBoundary^ ClippingBoundary {
	ClippingBoundary^ get ();
	void set (ClippingBoundary^ value);
}

F#

member ClippingBoundary : ClippingBoundary with get, set

Property Value

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

Reference

Image Class
netDxf.Entities Namespace

Clone this wiki locally