In This Topic

HasIntersection1 Method (GdPictureRectangleF)

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

Parameters

rect
See Also