C# Class Eto.Test.Sections.Drawing.BitmapSection

Inheritance: Eto.Forms.Scrollable
Mostra file Open project: picoe/Eto

Public Methods

Method Description
BitmapSection ( ) : Eto.Forms
DrawTest ( Bitmap image ) : void

Private Methods

Method Description
CloneRectangle ( ) : Control
Cloning ( ) : Control
CreateCustom24 ( ) : Control
CreateCustom32 ( ) : Control
CreateCustom32Alpha ( ) : Control
DrawImageToRect ( ) : Control
DrawRuler ( float length, Eto.Drawing.Graphics g, Color color ) : void

Draws a unit-length horizontal ruler from (0, 0) to (1, 0) into the graphics context. Scale and rotate as needed before calling.

GetTiles ( Image image ) : IEnumerable
LoadFromStream ( ) : Control

Method Details

BitmapSection() public method

public BitmapSection ( ) : Eto.Forms
return Eto.Forms

DrawTest() public method

public DrawTest ( Bitmap image ) : void
image Eto.Drawing.Bitmap
return void