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
611026fa 07d1 bd9c 862a 93899c13ec47
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the location of the dimension line.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Vector2 DimLinePosition { get; }
VB
Public ReadOnly Property DimLinePosition As Vector2
Get
C++
public:
property Vector2 DimLinePosition {
Vector2 get ();
}
F#
member DimLinePosition : Vector2 with get