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

e6b27b67 daf2 0267 42f4 22c7a7db470d

haplokuon edited this page May 6, 2023 · 1 revision

CenterPoint Property

netDxf 3.0.0 Library

Gets the center point of the measured arc in local coordinates.

Definition

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

C#

public Vector2 CenterPoint { get; }

VB

Public ReadOnly Property CenterPoint As Vector2
	Get

C++

public:
property Vector2 CenterPoint {
	Vector2 get ();
}

F#

member CenterPoint : Vector2 with get

Property Value

Vector2

See Also

Reference

Angular2LineDimension Class
netDxf.Entities Namespace

Clone this wiki locally