In This Topic

IsInside Method (GdPictureRectangle)

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

Parameters

x
y
See Also