Overload | Description |
---|---|
ConstructPolygonSymbol() | Constructs a polygon symbol. |
ConstructPolygonSymbol(CIMColor) | Constructs a polygon symbol of specific color. |
ConstructPolygonSymbol(CIMColor,SimpleFillStyle) | Constructs a polygon symbol of specific color and style. |
ConstructPolygonSymbol(CIMColor,SimpleFillStyle,CIMStroke) | Constructs a polygon symbol of specific color, style and outline. |
ConstructPolygonSymbol(CIMFill,CIMStroke) | Constructs a polygon symbol from a fill and an outline. |
ConstructPolygonSymbol(CIMFill,CIMStroke,CIMMarker) | Constructs a polygon symbol from a fill and an outline. |
ConstructPolygonSymbol(CIMColor,SimpleStipplePattern) | Constructs a polygon symbol of specific color and stipple pattern. |
ConstructPolygonSymbol(CIMColor,SimpleStipplePattern,CIMColor) | Constructs a polygon symbol of specific color, fill color, and stipple pattern. |
ConstructPolygonSymbol(CIMFill,CIMStroke,CIMColor,SimpleStipplePattern) | Constructs a polygon symbol with a specific fill, stroke, and stipple pattern. |