DocumentScalerTDoMove Method
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public void DoMove(
float distanceX,
float distanceY,
RectangleF viewBounds,
RectangleF contentBounds
)
Public Sub DoMove (
distanceX As Single,
distanceY As Single,
viewBounds As RectangleF,
contentBounds As RectangleF
)
public:
void DoMove(
float distanceX,
float distanceY,
RectangleF viewBounds,
RectangleF contentBounds
)
member DoMove :
distanceX : float32 *
distanceY : float32 *
viewBounds : RectangleF *
contentBounds : RectangleF -> unit
Parameters
- distanceX Single
-
- distanceY Single
-
- viewBounds RectangleF
-
- contentBounds RectangleF
-