描画実行 (Graphics 指定)

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

Syntax

C#
public virtual int Play(
	Graphics graphics,
	Rectangle region
)
Visual Basic
Public Overridable Function Play ( 
	graphics As Graphics,
	region As Rectangle
) As Integer

Parameters

graphics
Type: System.Drawing..::..Graphics
描画先
region
Type: System.Drawing..::..Rectangle
描画範囲

Return Value

Type: Int32

図形コレクション 内の図形データを 引数の graphics に描画して、正常に描画された図形データの個数を返します。

※) 通常は CFviDisplay から実行されますので ユーザがこのメソッドを実行する必要はありません。

See Also