C# Class DrawingShared.DrawingView.DrawingView

Inheritance: UIKit.UIView
Afficher le fichier Open project: mono/sysdrawing-coregraphics

Méthodes publiques

Свойство Type Description
paintViewActions Action[]

Méthodes publiques

Méthode Description
AcceptsFirstResponder ( ) : bool
Draw ( CoreGraphics dirtyRect ) : void
DrawRect ( CGRect dirtyRect ) : void
DrawingView ( CGRect rect ) : System
DrawingView ( IntPtr handle ) : System
Initialize ( ) : void
KeyDown ( NSEvent theEvent ) : void
SavePaintView ( Action paintView ) : void
TouchesBegan ( Foundation touches, UIEvent evt ) : void

Private Methods

Méthode Description
DrawingView ( NSCoder coder ) : System

Method Details

AcceptsFirstResponder() public méthode

public AcceptsFirstResponder ( ) : bool
Résultat bool

Draw() public méthode

public Draw ( CoreGraphics dirtyRect ) : void
dirtyRect CoreGraphics
Résultat void

DrawRect() public méthode

public DrawRect ( CGRect dirtyRect ) : void
dirtyRect CGRect
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

Initialize() public méthode

public Initialize ( ) : void
Résultat void

KeyDown() public méthode

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

SavePaintView() public méthode

public SavePaintView ( Action paintView ) : void
paintView Action
Résultat void

TouchesBegan() public méthode

public TouchesBegan ( Foundation touches, UIEvent evt ) : void
touches Foundation
evt UIEvent
Résultat void

Property Details

paintViewActions public_oe property

public Action[] paintViewActions
Résultat Action[]