C# Class DrawingShared.DrawingView.DrawingView

Inheritance: UIKit.UIView
Show file Open project: mono/sysdrawing-coregraphics

Public Properties

Property Type Description
paintViewActions Action[]

Public Methods

Method 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

Method Description
DrawingView ( NSCoder coder ) : System

Method Details

AcceptsFirstResponder() public method

public AcceptsFirstResponder ( ) : bool
return bool

Draw() public method

public Draw ( CoreGraphics dirtyRect ) : void
dirtyRect CoreGraphics
return void

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

Initialize() public method

public Initialize ( ) : void
return void

KeyDown() public method

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

SavePaintView() public method

public SavePaintView ( Action paintView ) : void
paintView Action
return void

TouchesBegan() public method

public TouchesBegan ( Foundation touches, UIEvent evt ) : void
touches Foundation
evt UIEvent
return void

Property Details

paintViewActions public property

public Action[] paintViewActions
return Action[]