図形の取得 (位置指定)

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

Syntax

C#
public virtual CFviGdiFigure GetFigure(
	int x,
	int y
)
Visual Basic
Public Overridable Function GetFigure ( 
	x As Integer,
	y As Integer
) As CFviGdiFigure

Parameters

x
Type: System..::..Int32
指定位置X (クライアント座標)
y
Type: System..::..Int32
指定位置Y (クライアント座標)

Return Value

Type: CFviGdiFigure
指定位置にある図形を返します。 見つからなければ null を返します。

See Also