Initializes a new instance of the GraphicFrame class

Namespace: Spire.Presentation.Drawing
Assembly: 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

Parameters

x
Double
y
Double
width
Double
height
Double
isFlipX
Boolean
isFlipY
Boolean
rotationAngle
Single

See Also