マウス位置の確認

Namespace: FVIL.Measure
Assembly: FVILforms (in FVILforms.dll) Version: 3.1.0.0 (3.1.0.9)

Syntax

C#
public override int CheckFocusMarkPosition(
	CFviPoint mouse,
	double margin
)
Visual Basic
Public Overrides Function CheckFocusMarkPosition ( 
	mouse As CFviPoint,
	margin As Double
) As Integer

Parameters

mouse
Type: FVIL.Data..::..CFviPoint
マウスポインタの座標
margin
Type: System..::..Double
マージン (pixel単位)

Return Value

Type: Int32
引数に指定されたマウスポインタの座標が、図形上のどの位置にあるかを示す位置情報を返します。

See Also