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~Inflate / Inflate(Single,Single,Single,Single) Method

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

Reference

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