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

5f6745d6 77a2 5ebe 5069 d1d9d78fb058

haplokuon edited this page May 6, 2023 · 1 revision

Center Property

netDxf 3.0.0 Library

Gets the bounding rectangle center.

Definition

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

C#

public Vector2 Center { get; }

VB

Public ReadOnly Property Center As Vector2
	Get

C++

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

F#

member Center : Vector2 with get

Property Value

Vector2

See Also

Reference

BoundingRectangle Class
netDxf Namespace

Clone this wiki locally