Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

Graphics Property






The Graphics object into which the item should be drawn.
Syntax
public Graphics Graphics {get;}
'Declaration
 
Public ReadOnly Property Graphics As Graphics
'Usage
 
Dim instance As RasterImageListDrawItemEventArgs
Dim value As Graphics
 
value = instance.Graphics

            

            
public:
property Graphics^ Graphics {
   Graphics^ get();
}

Property Value

The Graphics object into which the item should be drawn.
Example
For an example, refer to RasterImageList.DrawItem.
Requirements

Target Platforms

See Also

Reference

RasterImageListDrawItemEventArgs Class
RasterImageListDrawItemEventArgs Members

Error processing SSI file