GdPicture.NET.14
GdPicture14.Imaging Namespace / GdPictureRectangle Class / IsSurroundedBy Method / IsSurroundedBy(GdPictureRectangle,Single) Method





In This Topic
IsSurroundedBy(GdPictureRectangle,Single) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Function IsSurroundedBy( _
   ByVal rect As GdPictureRectangle, _
   ByVal threshold As Single _
) As Boolean
public bool IsSurroundedBy( 
   GdPictureRectangle rect,
   float threshold
)
public function IsSurroundedBy( 
    rect: GdPictureRectangle;
    threshold: Single
): Boolean; 
public function IsSurroundedBy( 
   rect : GdPictureRectangle,
   threshold : float
) : boolean;
public: bool IsSurroundedBy( 
   GdPictureRectangle* rect,
   float threshold
) 
public:
bool IsSurroundedBy( 
   GdPictureRectangle^ rect,
   float threshold
) 

Parameters

rect
threshold
See Also