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





In This Topic
Inflate(Single,Single,Single,Single) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Sub Inflate( _
   ByVal dxLeft As Single, _
   ByVal dxRight As Single, _
   ByVal dyTop As Single, _
   ByVal dyBottom As Single _
) 
public void Inflate( 
   float dxLeft,
   float dxRight,
   float dyTop,
   float dyBottom
)
public procedure Inflate( 
    dxLeft: Single;
    dxRight: Single;
    dyTop: Single;
    dyBottom: Single
); 
public function Inflate( 
   dxLeft : float,
   dxRight : float,
   dyTop : float,
   dyBottom : float
);
public: void Inflate( 
   float dxLeft,
   float dxRight,
   float dyTop,
   float dyBottom
) 
public:
void Inflate( 
   float dxLeft,
   float dxRight,
   float dyTop,
   float dyBottom
) 

Parameters

dxLeft
dxRight
dyTop
dyBottom
See Also