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
2085ee2e 7bd3 4cd0 74cf d957bce75938
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the MLine vertex miter.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Vector2 Miter { get; }VB
Public ReadOnly Property Miter As Vector2
GetC++
public:
property Vector2 Miter {
Vector2 get ();
}F#
member Miter : Vector2 with get