C# Класс PathGradientBrushTests.DrawingView

Наследование: MonoMac.AppKit.NSView
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AcceptsFirstResponder ( ) : bool
DrawRect ( CGRect dirtyRect ) : void
DrawingView ( CGRect rect ) : System
DrawingView ( IntPtr handle ) : System
KeyDown ( NSEvent theEvent ) : void

Защищенные методы

Метод Описание
OnPaint ( System.Drawing.PaintEventArgs e ) : void

Приватные методы

Метод Описание
BlendingIn ( Graphics g ) : void
DrawingView ( MonoMac.Foundation.NSCoder coder ) : System
GlassSphere ( Graphics g ) : void
Initialize ( ) : void
PaintView0 ( Graphics g ) : void
PaintView1 ( Graphics g ) : void
PaintView2 ( Graphics g ) : void
PaintView3 ( Graphics g ) : void
PaintView4 ( Graphics g ) : void
PaintView5 ( Graphics g ) : void
PaintView6 ( Graphics g ) : void
PaintView7 ( Graphics g ) : void
PaintViewB ( Graphics g ) : void
createCircularMetalBrush ( ) : Brush

Описание методов

AcceptsFirstResponder() публичный Метод

public AcceptsFirstResponder ( ) : bool
Результат bool

DrawRect() публичный Метод

public DrawRect ( CGRect dirtyRect ) : void
dirtyRect CGRect
Результат void

DrawingView() публичный Метод

public DrawingView ( CGRect rect ) : System
rect CGRect
Результат System

DrawingView() публичный Метод

public DrawingView ( IntPtr handle ) : System
handle System.IntPtr
Результат System

KeyDown() публичный Метод

public KeyDown ( NSEvent theEvent ) : void
theEvent NSEvent
Результат void

OnPaint() защищенный Метод

protected OnPaint ( System.Drawing.PaintEventArgs e ) : void
e System.Drawing.PaintEventArgs
Результат void