Property | Type | Description | |
---|---|---|---|
GripPadding | Eto.Drawing.Size |
Property | Type | Description | |
---|---|---|---|
CreateGrips | IEnumerable |
||
GetGrip | Grip | ||
UpdateSize | void |
Method | Description | |
---|---|---|
DesignSurface ( ) : Eto.Drawing |
Method | 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 |
Method | 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 |
protected OnMouseDown ( Eto.Forms.MouseEventArgs e ) : void | ||
e | Eto.Forms.MouseEventArgs | |
return | void |
protected OnMouseMove ( Eto.Forms.MouseEventArgs e ) : void | ||
e | Eto.Forms.MouseEventArgs | |
return | void |
protected OnMouseUp ( Eto.Forms.MouseEventArgs e ) : void | ||
e | Eto.Forms.MouseEventArgs | |
return | void |
protected OnPaint ( Eto.Forms.PaintEventArgs e ) : void | ||
e | Eto.Forms.PaintEventArgs | |
return | void |