This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
0b3bb201 090a 0717 f8bb 300a85117d94
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "T:netDxf.Entities.Viewport.ClippingBoundaryAddedEventHandler"]
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public delegate void ClippingBoundaryAddedEventHandler(
Viewport sender,
EntityChangeEventArgs e
)VB
Public Delegate Sub ClippingBoundaryAddedEventHandler (
sender As Viewport,
e As EntityChangeEventArgs
)C++
public delegate void ClippingBoundaryAddedEventHandler(
Viewport^ sender,
EntityChangeEventArgs^ e
)F#
type ClippingBoundaryAddedEventHandler =
delegate of
sender : Viewport *
e : EntityChangeEventArgs -> unit