EbsOpen Class Library for EBSILON®Professional

ImageDrawControl.ResizeAll Method 

[Visual Basic]
Public Sub ResizeAll( _ 
   ByVal NewWidthInPixel As Integer, _ 
   ByVal NewHeightInPixel As Integer _ 
)
[C#]
public void ResizeAll(
   int NewWidthInPixel,
   int NewHeightInPixel
);
[C++]
public: void ResizeAll(
   int NewWidthInPixel,
   int NewHeightInPixel
);
[JScript]
public function ResizeAll(
   int NewWidthInPixel,
   int NewHeightInPixel
);

Remarks

scales all positions according to the new width and height

See Also

ImageDrawControl Class | EbsOpen Namespace