Description
Defines a collection of rotation angles in
radians, one for each marker in the batch.
Syntax
| [Visual Basic .NET] |
|---|
Public Sub SetRotations( _
ByRef RotationAngles() As Variant _
)
|
Parameters
- RotationAngles
- An array containing a rotation angle for each marker in the
batch. There must be one rotation angle for each position passed to
the Marker Batch Primitive's
SetorSetPartialmethod.
Remarks
Positive rotation angles rotate counter-clockwise in screen-space.
Per-marker rotation angles override the per-batch rotation angle. Therefore, when per-marker rotation angles are defined with this method, MarkerBatchPrimitive.Rotation is not used.
Example
Shows the format of
the RotationAngles parameter when setting per marker rotations.
| [C#] | Copy Code
|
|
|---|---|---|
|
||
Shows the format of
the RotationAngles parameter when setting per marker rotations.
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||