C# Class WindowlessControls.WindowlessPaintEventArgs

Mostra file Open project: koush/WindowlessControls Class Usage Examples

Public Methods

Method Description
WindowlessPaintEventArgs ( Graphics graphics, Rectangle clipRectangle, Point origin ) : System

Method Details

WindowlessPaintEventArgs() public method

public WindowlessPaintEventArgs ( Graphics graphics, Rectangle clipRectangle, Point origin ) : System
graphics System.Drawing.Graphics
clipRectangle System.Drawing.Rectangle
origin Point
return System