Click or drag to resize

GraphicFrame Constructor (Double, Double, Double, Double, Boolean, Boolean, Single)

Initializes a new instance of the GraphicFrame class

Namespace: Spire.Presentation.Drawing
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public GraphicFrame(
	double x,
	double y,
	double width,
	double height,
	bool isFlipX,
	bool isFlipY,
	float rotationAngle
)

Parameters

x
Type: System Double
y
Type: System Double
width
Type: System Double
height
Type: System Double
isFlipX
Type: System Boolean
isFlipY
Type: System Boolean
rotationAngle
Type: System Single
See Also