Gets or sets the per-batch rotation angle which is applied to each marker in the batch.
Read-write property
[Visual Basic .NET] |
---|
Public Property Rotation() As Double |
[C#] |
---|
public double Rotation {get; set;} |
[Managed C++] |
---|
public: __property double get_Rotation(); |
[Unmanaged C++] |
---|
public: HRESULT get_Rotation( double * pRetVal ); public: HRESULT put_Rotation( double Rotation ); |
[Java] |
---|
public double getRotation(); public void setRotation( double ); |
Positive rotation angles rotate counter-clockwise in screen-space.
If per-marker rotation angles were specified with MarkerBatchPrimitiveOptionalParameters.SetRotations, the per-batch rotation angle is ignored.