IsInside Method (GdPictureRectangle)
In This Topic
Syntax
'Declaration
Public Function IsInside( _
ByVal As Integer, _
ByVal As Integer _
) As Boolean
public bool IsInside(
int ,
int
)
public function IsInside(
: Integer;
: Integer
): Boolean;
public function IsInside(
: int,
: int
) : boolean;
public: bool IsInside(
int ,
int
)
public:
bool IsInside(
int ,
int
)
Parameters
- x
- y
See Also