[]
        
(Showing Draft Content)

C1.Win.C1Tile.TemplatePaintEventArgs

TemplatePaintEventArgs Class

Provides data for Paint event.

Inheritance
TemplatePaintEventArgs
Implements
Namespace: C1.Win.C1Tile
Assembly: C1.Win.C1TileControl.4.8.dll
Syntax
public class TemplatePaintEventArgs : PaintEventArgs, IDisposable

Constructors

Name Description
TemplatePaintEventArgs(Graphics, Rectangle, Tile)

Initializes a new instance of a TemplatePaintEventArgs.

TemplatePaintEventArgs(Graphics, Rectangle, Tile, Slide)

Initializes a new instance of a TemplatePaintEventArgs.

Properties

Name Description
Slide

Gets the currently drawn Slide object or null for the main template.

Tile

Gets the Tile object providing data for the template.