'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