In This Topic

IsSurroundedBy Method (GdPictureRectangleF)

In This Topic
Syntax
'Declaration
 
Public Function IsSurroundedBy( _
   ByVal rect As GdPictureRectangleF _
) As Boolean
public bool IsSurroundedBy( 
   GdPictureRectangleF rect
)
public function IsSurroundedBy( 
    rect: GdPictureRectangleF
): Boolean; 
public function IsSurroundedBy( 
   rect : GdPictureRectangleF
) : boolean;
public: bool IsSurroundedBy( 
   GdPictureRectangleF* rect
) 
public:
bool IsSurroundedBy( 
   GdPictureRectangleF^ rect
) 

Parameters

rect
See Also