C#
VB
C++
Initializes a new instance of the RasterImageListDrawItemEventArgs class with the given values.
public RasterImageListDrawItemEventArgs(
Graphics g,
RasterImageListItem item
)
Public Function New( _
ByVal graphics As Graphics, _
ByVal item As Leadtools.Winforms.RasterImageListItem _
)
public:
RasterImageListDrawItemEventArgs(
Graphics^ graphics,
Leadtools.Winforms.RasterImageListItem^ item
)
graphics
The Graphics object into which the item should be drawn.
item
The RasterImageListItem to draw.
For an example, refer to RasterImageList.DrawItem.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET