LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

RasterImageListDrawItemEventArgs Constructor (RasterImageListDrawItemEventArgs)

Show in webframe





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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.