GdPicture.NET.14.API
GdPicture14.Imaging Namespace / GdPictureRectangleF Class / RectUnion Method / RectUnion(Single,Single,Single,Single,Single,Single,Single,Single) Method





In This Topic
RectUnion(Single,Single,Single,Single,Single,Single,Single,Single) Method
In This Topic
Syntax
'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
 

Parameters

left1
top1
right1
bottom1
left2
top2
right2
bottom2
See Also