C# Class Example1_6.DrawingView

Inheritance: AppKit.NSView
Datei anzeigen Open project: mono/sysdrawing-coregraphics

Public Methods

Method Description
DrawRect ( CGRect dirtyRect ) : void
DrawingView ( CGRect rect ) : System
DrawingView ( IntPtr handle ) : System

Private Methods

Method Description
DrawFlag ( Graphics g, float x0, float y0, float width ) : void
DrawStar ( Graphics g, float r, float xc, float yc ) : void
DrawingView ( NSCoder coder ) : System
Initialize ( ) : void

Method Details

DrawRect() public method

public DrawRect ( CGRect dirtyRect ) : void
dirtyRect CGRect
return void

DrawingView() public method

public DrawingView ( CGRect rect ) : System
rect CGRect
return System

DrawingView() public method

public DrawingView ( IntPtr handle ) : System
handle System.IntPtr
return System