In This Topic
The following tables list the members exposed by NSymbol.
Public Constructors
Public Fields
Public Properties
| Name | Description |
| DesiredSize | Gets the desired size of the symbol |
| Fill | Gets or sets the filling of the symbol |
| Padding | Gets or sets the padding applied to the symbol bounds. |
| SnapToPixels | Gets or sets whether the symbol snaps to pixels |
| Stroke | Gets or sets the stroke of the symbol |
| TextureMapping | Gets or sets the way in which the shapes are mapped to the area filled by the symbol. |
Top
Public Methods
| Name | Description |
| Create | Overloaded. Creates a symbol with the given predefined shape, size and color. |
| GetBounds | Gets the bounds of this symbol, that are the accumulated bounds of all shapes contained in it and finally padded with the value of the Padding property. |
| Paint | Paints the symbol in the specified bounds. |
Top
See Also