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

464ad741 7ada 454e 5d8a 0d7350018a64

haplokuon edited this page May 6, 2023 · 1 revision

ClippingBoundaryAdded Event

netDxf 3.0.0 Library

[Missing <summary> documentation for "E:netDxf.Entities.Viewport.ClippingBoundaryAdded"]

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public event Viewport.ClippingBoundaryAddedEventHandler ClippingBoundaryAdded

VB

Public Event ClippingBoundaryAdded As Viewport.ClippingBoundaryAddedEventHandler

C++

public:
 event Viewport.ClippingBoundaryAddedEventHandler^ ClippingBoundaryAdded {
	void add (Viewport.ClippingBoundaryAddedEventHandler^ value);
	void remove (Viewport.ClippingBoundaryAddedEventHandler^ value);
}

F#

member ClippingBoundaryAdded : IEvent<Viewport.ClippingBoundaryAddedEventHandler,
    EventArgs>

Value

Viewport.ClippingBoundaryAddedEventHandler

See Also

Reference

Viewport Class
netDxf.Entities Namespace

Clone this wiki locally