RotatedProjection.RotatedProjection Constructor
Initializes a new instance of the RotatedProjection class from a base projection, center, and up direction.
RotatedProjection(Projection baseProjection, Point center, System.Double up)
Initializes a new instance of the RotatedProjection class from a base projection, center, and up direction.Syntax
public RotatedProjection (
Projection baseProjection,
Point center,
System.Double up
)
Parameters
baseProjection
Type: Projection
The base projection that shall be rotated.
The base projection that shall be rotated.
center
Type: Point
The hub of the rotation, expressed in the baseProjection.
The hub of the rotation, expressed in the baseProjection.
up
Type: System.Double
The angle to rotate with, counterclockwise in degrees.
The angle to rotate with, counterclockwise in degrees.
Platforms
Windows, Linux, Android