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

Show in webframe

RasterImageListDrawItemEventArgs Constructor (RasterImageListDrawItemEventArgs)






The Graphics object into which the item should be drawn.
The RasterImageListItem to draw.
Initializes a new instance of the RasterImageListDrawItemEventArgs class with the given values.
Syntax
public RasterImageListDrawItemEventArgs( 
   Graphics graphics,
   RasterImageListItem item
)
'Declaration
 
Public Function New( _
   ByVal graphics As Graphics, _
   ByVal item As RasterImageListItem _
)
'Usage
 
Dim graphics As Graphics
Dim item As RasterImageListItem
 
Dim instance As New RasterImageListDrawItemEventArgs(graphics, item)

            

            
public:
RasterImageListDrawItemEventArgs( 
   Graphics^ graphics,
   RasterImageListItem^ item
)

Parameters

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

Target Platforms

See Also

Reference

RasterImageListDrawItemEventArgs Class
RasterImageListDrawItemEventArgs Members

Error processing SSI file