In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangle / IsInside Method

IsInside Method

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

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangle
GdPictureRectangle Members