C# Class DrawStringTest.DrawingView

Inheritance: AppKit.NSView, Form
Afficher le fichier Open project: mono/sysdrawing-coregraphics

Méthodes publiques

Méthode 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

Méthode Description
DrawingView ( NSCoder coder ) : System
Initialize ( ) : void

Method Details

AcceptsFirstResponder() public méthode

public AcceptsFirstResponder ( ) : bool
Résultat bool

DrawRect() public méthode

public DrawRect ( CGRect dirtyRect ) : void
dirtyRect CGRect
Résultat void

DrawStringFloat() public méthode

public DrawStringFloat ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

DrawStringFloatFormat() public méthode

public DrawStringFloatFormat ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

DrawStringPointF() public méthode

public DrawStringPointF ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

DrawStringPointFFormat() public méthode

public DrawStringPointFFormat ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

DrawStringPointFFormat1() public méthode

public DrawStringPointFFormat1 ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

DrawStringPointFFormat2() public méthode

public DrawStringPointFFormat2 ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

DrawStringPointFFormat3() public méthode

public DrawStringPointFFormat3 ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

DrawStringPointFFormat4() public méthode

public DrawStringPointFFormat4 ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

DrawStringRectangleF() public méthode

public DrawStringRectangleF ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

DrawStringRectangleFFormat() public méthode

public DrawStringRectangleFFormat ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

DrawStringRectangleFFormat1() public méthode

public DrawStringRectangleFFormat1 ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

DrawStringRectangleFFormat2() public méthode

public DrawStringRectangleFFormat2 ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

DrawStringRectangleFFormat3() public méthode

public DrawStringRectangleFFormat3 ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

DrawStringRectangleFFormat4() public méthode

public DrawStringRectangleFFormat4 ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

DrawStringRectangleFFormat5() public méthode

public DrawStringRectangleFFormat5 ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

DrawingView() public méthode

public DrawingView ( CGRect rect ) : System
rect CGRect
Résultat System

DrawingView() public méthode

public DrawingView ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

KeyDown() public méthode

public KeyDown ( NSEvent theEvent ) : void
theEvent NSEvent
Résultat void