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

023d1ea9 2227 0d13 00dd eb5868eedd3a

haplokuon edited this page May 6, 2023 · 1 revision

ClippingBoundary Property

netDxf 3.0.0 Library

Gets or sets the underlay 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

Set as null to restore the default clipping boundary, show the full underlay without clipping.

See Also

Reference

Underlay Class
netDxf.Entities Namespace

Clone this wiki locally