To plot a file Icon to the current port, use the PlotFileIcon method.
(This method is not for Win32)
Plot(
g as Graphics,
iconFrame as Rect,
iconAlign as Integer,
iconTransform as Integer)
Parameters
- g
- The Graphics context to draw into. (Note that the coordinate system might be relative to the Window, depending on which object you are drawing into)
- iconFrame
- The rect defining where to draw the Icon.
- iconAlign
- A Icon align constant. (See IconAlign constants)
- iconTransform
- The transform type. (See IconTransformType constants)
Remarks
Notes
This function is not supported on Windows systems.
See Also
Icon Class