Rotates the model view about the specified point by the specified angles in the directions of the screen X and Y axes.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub RotateAboutPoint( _
ByVal XAngle As Double, _
ByVal YAngle As Double, _
ByVal Ptx As Double, _
ByVal Pty As Double, _
ByVal Ptz As Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As IModelView
Dim XAngle As Double
Dim YAngle As Double
Dim Ptx As Double
Dim Pty As Double
Dim Ptz As Double
instance.RotateAboutPoint(XAngle, YAngle, Ptx, Pty, Ptz)
|
C++/CLI | |
---|
void RotateAboutPoint(
& double XAngle,
& double YAngle,
& double Ptx,
& double Pty,
& double Ptz
) |
Parameters
- XAngle
Rotation about the screen X axis
- YAngle
Rotation about the screen Y axis
- Ptx
Center of rotation
- Pty
Center of rotation
- Ptz
Center of rotation
See Also