GxImage: SetWindowRect |
This method sets the drawable area in one step.
Public Function SetWindowRect( ByVal left As Long, ByVal top As Long, ByVal right As Long, ByVal bottom As Long ) As Long
[Visual Basic] Public Function SetWindowRect(ByVal left As Long, ByVal top As Long, ByVal right As Long, ByVal bottom As Long) As Long
[Delphi] function SetWindowRect(left : Integer; top : Integer; right : Integer; bottom : Integer) : Integer;
[C++] long SetWindowRect(long left, long top, long right, long bottom);
In case of changing the drawable area properties the control redraws the image at each modification.
This method sets all four coordinates and redraws the image only once.
This is a display control method.
Class GxImage Overview GxImage Properties GxImage Methods SetIntProperty SetZoomPos