OrientedRectangle(PointF, Single, Single, PointF, PointF, Double, Double, Double) Constructor
Initializes a new instance of the OrientedRectangle class with specified settings.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
public OrientedRectangle(
PointF location,
float width,
float height,
PointF pivot,
PointF linePivot,
double angleDegrees = 0,
double skewX = 0,
double skewY = 0
)
Parameters
| Name | Type |
|---|---|
| location | PointF |
| width | Single |
| height | Single |
| pivot | PointF |
| linePivot | PointF |
Optional Parameters
| Name | Type | Default |
|---|---|---|
| angleDegrees | Double | 0 |
| skewX | Double | 0 |
| skewY | Double | 0 |
See Also