円弧中心座標 [初期値:(0,0)、範囲:画像の左上を 0,0 とする絶対座標]

Namespace: FVIL.Edge
Assembly: FVILbasic (in FVILbasic.dll) Version: 3.1.0.0 (3.1.0.17)

Syntax

C#
public virtual CFviPoint Center { get; set; }
Visual Basic
Public Overridable Property Center As CFviPoint
	Get
	Set

Return Value

Type: CFviPoint

円弧中心座標の取得または設定を行います。

See Also