←Select platform

RasterImageListDrawItemEventArgs Constructor

Summary

Initializes a new instance of the RasterImageListDrawItemEventArgs class with the given values.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal graphics As Graphics, _ 
   ByVal item As Leadtools.Winforms.RasterImageListItem _ 
) 
public: 
RasterImageListDrawItemEventArgs(  
   Graphics^ graphics, 
   Leadtools.Winforms.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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly