'Declaration Public Function New( _
ByVal thumbnailThe thumbnail, which is painting.As Vintasoft.Imaging.Thumbnail, _
ByVal thumbnailRectThe bounding rect, in viewer space, of thumbnail.As System.Drawing.Rectangle, _
ByVal thumbnailDrawingRectThe drawing rect, in graphics space, of thumbnail.As System.Drawing.RectangleF, _
ByVal thumbnailImageDrawingRectThe drawing rect, in graphics space, of thumbnail image.As System.Drawing.RectangleF, _
ByVal thumbnailIndexA zero-based index of thumbnail in the thumbnail viewer.As System.Int32, _
ByVal thumbnailImageA thumbnail image.As Vintasoft.Imaging.VintasoftImage, _
ByVal graphicsGraphics, which is used to paint the thumbnail.As System.Drawing.Graphics _
)
public ThumbnailPaintEventArgs(
Vintasoft.Imaging.Thumbnail thumbnail,
System.Drawing.Rectangle thumbnailRect,
System.Drawing.RectangleF thumbnailDrawingRect,
System.Drawing.RectangleF thumbnailImageDrawingRect,
System.Int32 thumbnailIndex,
Vintasoft.Imaging.VintasoftImage thumbnailImage,
System.Drawing.Graphics graphics
)
public: ThumbnailPaintEventArgs(
Vintasoft.Imaging.Thumbnail* thumbnail,
System.Drawing.Rectangle* thumbnailRect,
System.Drawing.RectangleF* thumbnailDrawingRect,
System.Drawing.RectangleF* thumbnailImageDrawingRect,
System.Int32 thumbnailIndex,
Vintasoft.Imaging.VintasoftImage* thumbnailImage,
System.Drawing.Graphics* graphics
)
public:
ThumbnailPaintEventArgs(
Vintasoft.Imaging.Thumbnail^ thumbnail,
System.Drawing.Rectangle^ thumbnailRect,
System.Drawing.RectangleF^ thumbnailDrawingRect,
System.Drawing.RectangleF^ thumbnailImageDrawingRect,
System.Int32 thumbnailIndex,
Vintasoft.Imaging.VintasoftImage^ thumbnailImage,
System.Drawing.Graphics^ graphics
)
Parameters
- thumbnail
- The thumbnail, which is painting.
- thumbnailRect
- The bounding rect, in viewer space, of thumbnail.
- thumbnailDrawingRect
- The drawing rect, in graphics space, of thumbnail.
- thumbnailImageDrawingRect
- The drawing rect, in graphics space, of thumbnail image.
- thumbnailIndex
- A zero-based index of thumbnail in the thumbnail viewer.
- thumbnailImage
- A thumbnail image.
- graphics
- Graphics, which is used to paint the thumbnail.