RectIntersect(Int32,Int32,Int32,Int32,Int32,Int32,Int32,Int32) Method
In This Topic
Syntax
'Declaration
Public Overloads Shared Function RectIntersect( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
) As GdPictureRectangle
public static GdPictureRectangle RectIntersect(
int ,
int ,
int ,
int ,
int ,
int ,
int ,
int
)
public function RectIntersect(
: Integer;
: Integer;
: Integer;
: Integer;
: Integer;
: Integer;
: Integer;
: Integer
): GdPictureRectangle; static;
public static function RectIntersect(
: int,
: int,
: int,
: int,
: int,
: int,
: int,
: int
) : GdPictureRectangle;
public: static GdPictureRectangle* RectIntersect(
int ,
int ,
int ,
int ,
int ,
int ,
int ,
int
)
public:
static GdPictureRectangle^ RectIntersect(
int ,
int ,
int ,
int ,
int ,
int ,
int ,
int
)
Parameters
- left1
- top1
- right1
- bottom1
- left2
- top2
- right2
- bottom2
See Also