C# Class Eto.Designer.DesignSurface

Inheritance: Eto.Forms.Drawable
Afficher le fichier Open project: picoe/Eto Class Usage Examples

Méthodes publiques

Свойство Type Description
GripPadding Eto.Drawing.Size

Private Properties

Свойство Type Description
CreateGrips IEnumerable
GetGrip Grip
UpdateSize void

Méthodes publiques

Méthode Description
DesignSurface ( ) : Eto.Drawing

Méthodes protégées

Méthode Description
OnMouseDown ( Eto.Forms.MouseEventArgs e ) : void
OnMouseMove ( Eto.Forms.MouseEventArgs e ) : void
OnMouseUp ( Eto.Forms.MouseEventArgs e ) : void
OnPaint ( Eto.Forms.PaintEventArgs e ) : void

Private Methods

Méthode Description
CreateGrips ( ) : IEnumerable
GetGrip ( Eto.Drawing.PointF location ) : Grip
UpdateSize ( Eto.Drawing.SizeF topLeft = null, Eto.Drawing.SizeF bottomRight = null, Eto.Drawing.SizeF topRight = null, Eto.Drawing.SizeF bottomLeft = null ) : void

Method Details

DesignSurface() public méthode

public DesignSurface ( ) : Eto.Drawing
Résultat Eto.Drawing

OnMouseDown() protected méthode

protected OnMouseDown ( Eto.Forms.MouseEventArgs e ) : void
e Eto.Forms.MouseEventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( Eto.Forms.MouseEventArgs e ) : void
e Eto.Forms.MouseEventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( Eto.Forms.MouseEventArgs e ) : void
e Eto.Forms.MouseEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( Eto.Forms.PaintEventArgs e ) : void
e Eto.Forms.PaintEventArgs
Résultat void

Property Details

GripPadding public_oe static_oe property

public static Size,Eto.Drawing GripPadding
Résultat Eto.Drawing.Size