Enum FOPTEPerspectiveStyle
Perspective Style This is just a 2D transformation matrix (3x3). Specifying peculiar values will cause the shape to render completely outside its geometry - normally clients will constrain the values to get reasonable results. The transformation may be applied at various times as the geometry is processed, this affects the behavior of the perspective which results in the same way as the corresponding shadow perspective types.
Namespace: Syncfusion.DocIO.ReaderWriter.DataStreamParser.Escher
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum FOPTEPerspectiveStyle
Fields
Name | Description |
---|---|
fPerspective | The f perspective |
perspectiveOffsetX | The perspective offset x |
perspectiveOffsetY | The perspective offset y |
perspectiveOriginX | The perspective origin x |
perspectiveOriginY | The perspective origin y |
perspectivePerspectiveX | The perspective perspective x |
perspectivePerspectiveY | The perspective perspective y |
perspectiveScaleXToX | The perspective scale x to x |
perspectiveScaleXToY | The perspective scale x to y |
perspectiveScaleYToX | The perspective scale y to x |
perspectiveScaleYToY | The perspective scale y to y |
perspectiveType | The perspective type |
perspectiveWeight | The perspective weight |