基準点 [初期値:(0,0)、範囲:任意]

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

Syntax

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

Return Value

Type: CFviPoint

基準点の取得または設定を行います。 基準点は、登録位置の矩形(RegistRect)の左上からの相対値です。

See Also