GxImage: SetZoomPos |
This method sets the zoom position in one step.
Public Function SetZoomPos( ByVal x As Long, ByVal y As Long ) As Long
[Visual Basic] Public Function SetZoomPos(ByVal x As Long, ByVal y As Long) As Long
[Delphi] function SetZoomPos(x : Integer; y : Integer) : Integer;
[C++] long SetZoomPos(long x, long y);
In case of changing the zoom position properties the control redraws the image at each modification.
This method sets both the horizontal and vertical zoom position and redraws the image only once.
This is a display control method.
Class GxImage Overview GxImage Properties GxImage Methods SetWindowRect SLine