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

83d844d5 18c3 66bc 8074 8a369ba5df98

haplokuon edited this page May 6, 2023 · 1 revision

ClippingBoundary Property

netDxf 3.0.0 Library

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

See Also

Reference

Wipeout Class
netDxf.Entities Namespace

Clone this wiki locally