GraphicsFigureView Class Members
In This Topic
The following tables list the members exposed by
GraphicsFigureView.
Public Constructors
Public Properties
| Name | Description |
 | Builder | Gets or sets a transformer that is used for building of the graphics figure view. |
 | Figure | Gets the graphics figure of the graphics figure view. |
 | InteractionController | Gets or sets an interaction controller of the graphics figure view. |
 | IsEnabled | Gets or sets a value indicating whether this graphics figure view is enabled. |
 | PointsEditor | Gets the graphics figure points editor. |
 | Transformer | Gets or sets a transformer that is used for transforming (moving/resizing/rotating/...) of the graphics figure view. |
Public Methods
Protected Methods
| Name | Description |
 | GetTransformToPageSpace | Returns an affine matrix that transforms from the graphics figure space to the PDF page space. |
 | GetTransformToViewerSpace | Overloaded. Returns an affine matrix for point transformation from the interactive object space to the specified . |
 | OnStateChanged | Invoked when the state of graphics figure is changed. |
See Also