'Declaration
Public Overloads Shared Function RectUnion( _ 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 RectUnion( float left1, float top1, float right1, float bottom1, float left2, float top2, float right2, float bottom2 )
public function RectUnion( left1: Single; top1: Single; right1: Single; bottom1: Single; left2: Single; top2: Single; right2: Single; bottom2: Single ): GdPictureRectangleF; static;
public static function RectUnion( left1 : float, top1 : float, right1 : float, bottom1 : float, left2 : float, top2 : float, right2 : float, bottom2 : float ) : GdPictureRectangleF;
Parameters
- left1
- top1
- right1
- bottom1
- left2
- top2
- right2
- bottom2