C# Class Spryt.DataGridViewLayerCell

Inheritance: System.Windows.Forms.DataGridViewImageCell
Afficher le fichier Open project: Metapyziks/SprytEditor Class Usage Examples

Méthodes protégées

Méthode Description
Paint ( System graphics, System clipBounds, System cellBounds, int rowIndex, DataGridViewElementStates elementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, DataGridViewPaintParts paintParts ) : void

Method Details

Paint() protected méthode

protected Paint ( System graphics, System clipBounds, System cellBounds, int rowIndex, DataGridViewElementStates elementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, DataGridViewPaintParts paintParts ) : void
graphics System
clipBounds System
cellBounds System
rowIndex int
elementState DataGridViewElementStates
value object
formattedValue object
errorText string
cellStyle System.Windows.Forms.DataGridViewCellStyle
advancedBorderStyle System.Windows.Forms.DataGridViewAdvancedBorderStyle
paintParts DataGridViewPaintParts
Résultat void