'Declaration
Public Overrides Function IsReservedLocation( _
ByVal As Graphics, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Rectangle, _
ByVal As Appearance, _
ByVal As Object, _
ByVal As Single _
) As Object
public override object IsReservedLocation(
Graphics ,
int ,
int ,
Rectangle ,
Appearance ,
object ,
float
)
パラメータ
- g
- エディタコントロールを描画するためのグラフィックデバイスインタフェース。
- x
- ポインタ位置の X 座標。
- y
- ポインタ位置の Y 座標。
- rc
- 矩形領域の位置とサイズ。
- appearance
- エディタコントロールの外観設定
- value
- エディタコントロールの名前を含むオブジェクト。
- zoomFactor
- エディタコントロールの表示倍率を表す数値
戻り値の型
予約された位置の場合はTrue、それ以外の場合はFalse。