'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
'使用法
Dim instance As InputManCellTypeBase
Dim g As Graphics
Dim x As Integer
Dim y As Integer
Dim rc As Rectangle
Dim appearance As Appearance
Dim value As Object
Dim zoomFactor As Single
Dim value As Object
value = instance.IsReservedLocation(g, x, y, rc, appearance, value, zoomFactor)
public override object IsReservedLocation(
Graphics ,
int ,
int ,
Rectangle ,
Appearance ,
object ,
float
)