描画座標 (円の中心)

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

Syntax

C#
public override CFviPoint Position { get; set; }
Visual Basic
Public Overrides Property Position As CFviPoint
	Get
	Set

Return Value

Type: CFviPoint

描画座標の取得または設定を行います。

この図形の描画座標は、円の中心です。 取得すると、この円の中心(Center)を返します。 設定すると、円の中心(Center)を移動します。

See Also