ランレングスの存在確認

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

Syntax

C#
public virtual bool Contains(
	int x,
	int y
)
Visual Basic
Public Overridable Function Contains ( 
	x As Integer,
	y As Integer
) As Boolean

Parameters

x
Type: System..::..Int32
X座標
y
Type: System..::..Int32
Y座標

Return Value

Type: Boolean
指定された位置にランレングスが存在する場合、true を返します。 見つからなければ false を返します。

See Also