C# Class DrawStringTest.DrawingView

Inheritance: AppKit.NSView, Form
Mostra file Open project: mono/sysdrawing-coregraphics

Public Methods

Method Description
AcceptsFirstResponder ( ) : bool
DrawRect ( CGRect dirtyRect ) : void
DrawStringFloat ( Graphics g ) : void
DrawStringFloatFormat ( Graphics g ) : void
DrawStringPointF ( Graphics g ) : void
DrawStringPointFFormat ( Graphics g ) : void
DrawStringPointFFormat1 ( Graphics g ) : void
DrawStringPointFFormat2 ( Graphics g ) : void
DrawStringPointFFormat3 ( Graphics g ) : void
DrawStringPointFFormat4 ( Graphics g ) : void
DrawStringRectangleF ( Graphics g ) : void
DrawStringRectangleFFormat ( Graphics g ) : void
DrawStringRectangleFFormat1 ( Graphics g ) : void
DrawStringRectangleFFormat2 ( Graphics g ) : void
DrawStringRectangleFFormat3 ( Graphics g ) : void
DrawStringRectangleFFormat4 ( Graphics g ) : void
DrawStringRectangleFFormat5 ( Graphics g ) : void
DrawingView ( CGRect rect ) : System
DrawingView ( IntPtr handle ) : System
KeyDown ( NSEvent theEvent ) : void

Private Methods

Method Description
DrawingView ( NSCoder coder ) : System
Initialize ( ) : void

Method Details

AcceptsFirstResponder() public method

public AcceptsFirstResponder ( ) : bool
return bool

DrawRect() public method

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

DrawStringFloat() public method

public DrawStringFloat ( Graphics g ) : void
g System.Drawing.Graphics
return void

DrawStringFloatFormat() public method

public DrawStringFloatFormat ( Graphics g ) : void
g System.Drawing.Graphics
return void

DrawStringPointF() public method

public DrawStringPointF ( Graphics g ) : void
g System.Drawing.Graphics
return void

DrawStringPointFFormat() public method

public DrawStringPointFFormat ( Graphics g ) : void
g System.Drawing.Graphics
return void

DrawStringPointFFormat1() public method

public DrawStringPointFFormat1 ( Graphics g ) : void
g System.Drawing.Graphics
return void

DrawStringPointFFormat2() public method

public DrawStringPointFFormat2 ( Graphics g ) : void
g System.Drawing.Graphics
return void

DrawStringPointFFormat3() public method

public DrawStringPointFFormat3 ( Graphics g ) : void
g System.Drawing.Graphics
return void

DrawStringPointFFormat4() public method

public DrawStringPointFFormat4 ( Graphics g ) : void
g System.Drawing.Graphics
return void

DrawStringRectangleF() public method

public DrawStringRectangleF ( Graphics g ) : void
g System.Drawing.Graphics
return void

DrawStringRectangleFFormat() public method

public DrawStringRectangleFFormat ( Graphics g ) : void
g System.Drawing.Graphics
return void

DrawStringRectangleFFormat1() public method

public DrawStringRectangleFFormat1 ( Graphics g ) : void
g System.Drawing.Graphics
return void

DrawStringRectangleFFormat2() public method

public DrawStringRectangleFFormat2 ( Graphics g ) : void
g System.Drawing.Graphics
return void

DrawStringRectangleFFormat3() public method

public DrawStringRectangleFFormat3 ( Graphics g ) : void
g System.Drawing.Graphics
return void

DrawStringRectangleFFormat4() public method

public DrawStringRectangleFFormat4 ( Graphics g ) : void
g System.Drawing.Graphics
return void

DrawStringRectangleFFormat5() public method

public DrawStringRectangleFFormat5 ( Graphics g ) : void
g System.Drawing.Graphics
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

KeyDown() public method

public KeyDown ( NSEvent theEvent ) : void
theEvent NSEvent
return void