BitmapIconRenderer Constructor
In This Topic
Initializes a new instance of the BitmapIconRenderer class.
Syntax
'Declaration
Public Function New( _
ByVal As C1BitmapIcon, _
Optional ByVal As System.Integer _
)
public BitmapIconRenderer(
C1BitmapIcon ,
System.int
)
Parameters
- icon
- The icon to render.
- deviceDpi
- The device dpi where the image will be used.
See Also