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

cdaebdfd 8ed9 0898 0f54 16928b369212

haplokuon edited this page May 6, 2023 · 1 revision

ClippingBoundaryRemoved Event

netDxf 3.0.0 Library

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

Definition

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

C#

public event Viewport.ClippingBoundaryRemovedEventHandler ClippingBoundaryRemoved

VB

Public Event ClippingBoundaryRemoved As Viewport.ClippingBoundaryRemovedEventHandler

C++

public:
 event Viewport.ClippingBoundaryRemovedEventHandler^ ClippingBoundaryRemoved {
	void add (Viewport.ClippingBoundaryRemovedEventHandler^ value);
	void remove (Viewport.ClippingBoundaryRemovedEventHandler^ value);
}

F#

member ClippingBoundaryRemoved : IEvent<Viewport.ClippingBoundaryRemovedEventHandler,
    EventArgs>

Value

Viewport.ClippingBoundaryRemovedEventHandler

See Also

Reference

Viewport Class
netDxf.Entities Namespace

Clone this wiki locally