In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangleF / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangleF~Intersect / Intersect(Single,Single,Single,Single,Single,Single,Single,Single) Method

Intersect(Single,Single,Single,Single,Single,Single,Single,Single) Method

In This Topic
Syntax
'Declaration

 

Public Overloads Shared Function Intersect( _

   ByVal left1 As Single, _

   ByVal top1 As Single, _

   ByVal right1 As Single, _

   ByVal bottom1 As Single, _

   ByVal left2 As Single, _

   ByVal top2 As Single, _

   ByVal right2 As Single, _

   ByVal bottom2 As Single _

) As GdPictureRectangleF
public static GdPictureRectangleF Intersect( 

   float left1,

   float top1,

   float right1,

   float bottom1,

   float left2,

   float top2,

   float right2,

   float bottom2

)
public function Intersect( 

    left1: Single;

    top1: Single;

    right1: Single;

    bottom1: Single;

    left2: Single;

    top2: Single;

    right2: Single;

    bottom2: Single

): GdPictureRectangleF; static; 
public static function Intersect( 

   left1 : float,

   top1 : float,

   right1 : float,

   bottom1 : float,

   left2 : float,

   top2 : float,

   right2 : float,

   bottom2 : float

) : GdPictureRectangleF;
public: static GdPictureRectangleF* Intersect( 

   float left1,

   float top1,

   float right1,

   float bottom1,

   float left2,

   float top2,

   float right2,

   float bottom2

) 
public:

static GdPictureRectangleF^ Intersect( 

   float left1,

   float top1,

   float right1,

   float bottom1,

   float left2,

   float top2,

   float right2,

   float bottom2

) 

Parameters

left1
top1
right1
bottom1
left2
top2
right2
bottom2
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangleF
GdPictureRectangleF Members
Overload List