AGI STK Graphics 11Send comments on this topic.
InitializeWithAngle Method (IAgStkGraphicsRotateFilterFactory)
See Also
RotateAngle
The angle of a counterclockwise rotation specified in radians.
Windows






Windows & Linux

Description

Initializes a new instance with a counterclockwise rotation angle specified in radians.

Syntax

[Visual Basic .NET]
Public Function InitializeWithAngle( _
    ByVal RotateAngle As Double _
) As 
[C#]
public IAgStkGraphicsRotateFilter InitializeWithAngle(
    double RotateAngle
);
[Managed C++]
public: IAgStkGraphicsRotateFilter^ InitializeWithAngle(
    double RotateAngle
);
[Java]
public IAgStkGraphicsRotateFilter initializeWithAngle(
    double RotateAngle
);
[Unmanaged C++]
public: HRESULT InitializeWithAngle(
    double RotateAngle,
    IAgStkGraphicsRotateFilter ** ppRetVal
);

Parameters

RotateAngle
The angle of a counterclockwise rotation specified in radians.

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.