図形の取得 (選択属性指定)

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

Syntax

C#
public virtual CFviGdiFigure GetSelectedFigure(
	bool select
)
Visual Basic
Public Overridable Function GetSelectedFigure ( 
	select As Boolean
) As CFviGdiFigure

Parameters

select
Type: System..::..Boolean
選択属性

Return Value

Type: CFviGdiFigure
指定された選択属性と一致する図形を返します。 見つからなければ null を返します。

See Also