Initializes a new instance of the GraphicFrame class
Namespace: Spire.Presentation.DrawingAssembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public GraphicFrame( double x, double y, double width, double height, bool isFlipX, bool isFlipY, float rotationAngle )
Public Sub New ( x As Double, y As Double, width As Double, height As Double, isFlipX As Boolean, isFlipY As Boolean, rotationAngle As Single )
public: GraphicFrame( double x, double y, double width, double height, bool isFlipX, bool isFlipY, float rotationAngle )
new : x : float * y : float * width : float * height : float * isFlipX : bool * isFlipY : bool * rotationAngle : float32 -> GraphicFrame