C# Class Vidka.Components.DrawOpsCollection

Mostra file Open project: miktemk/VidkaEditor Class Usage Examples

Public Methods

Method Description
DrawOpsCollection ( DrawOp ops ) : System
Paint ( Graphics g, int w, int h ) : void

Method Details

DrawOpsCollection() public method

public DrawOpsCollection ( DrawOp ops ) : System
ops DrawOp
return System

Paint() public method

public Paint ( Graphics g, int w, int h ) : void
g System.Drawing.Graphics
w int
h int
return void