TranslateBy Method (IModelView)
Translates the model view in the screen.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub TranslateBy( _
ByVal X As Double, _
ByVal Y As Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As IModelView
Dim X As Double
Dim Y As Double
instance.TranslateBy(X, Y)
|
C# | |
---|
void TranslateBy(
double X,
double Y
) |
C++/CLI | |
---|
void TranslateBy(
& double X,
& double Y
) |
Parameters
- X
- Translation in X direction, in meters and relative to X,Y axes of the graphics area
- Y
- Translation in Y direction, in meters and relative to Windows X,Y axes of the graphics area
Example
Remarks
See Also