PolygonIconRenderer Constructor
In This Topic
Creates an instance of the inheritor of PolygonIconRenderer class in accordance with the C1Icon type.
Syntax
'Declaration
Public Function New( _
ByVal As C1PolygonIcon, _
Optional ByVal As System.Integer _
)
public PolygonIconRenderer(
C1PolygonIcon ,
System.int
)
Parameters
- icon
- The icon to render.
- deviceDpi
- The device dpi where the image will be used.
See Also