This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
5428204f 4981 578c 13e7 0c8dd6aa368a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "T:netDxf.Entities.Viewport.ClippingBoundaryRemovedEventHandler"]
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public delegate void ClippingBoundaryRemovedEventHandler(
Viewport sender,
EntityChangeEventArgs e
)
VB
Public Delegate Sub ClippingBoundaryRemovedEventHandler (
sender As Viewport,
e As EntityChangeEventArgs
)
C++
public delegate void ClippingBoundaryRemovedEventHandler(
Viewport^ sender,
EntityChangeEventArgs^ e
)
F#
type ClippingBoundaryRemovedEventHandler =
delegate of
sender : Viewport *
e : EntityChangeEventArgs -> unit