C# Class NewTOAPIA.PixmapShard

Inheritance: IDrawable
Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
Draw ( DrawEvent devent ) : void
PixmapShard ( IPixelArray pixmap, Rectangle boundary, Rectangle frame ) : System

Method Details

Draw() public method

public Draw ( DrawEvent devent ) : void
devent NewTOAPIA.UI.DrawEvent
return void

PixmapShard() public method

public PixmapShard ( IPixelArray pixmap, Rectangle boundary, Rectangle frame ) : System
pixmap IPixelArray
boundary System.Drawing.Rectangle
frame System.Drawing.Rectangle
return System