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





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

Parameters

x
y
See Also