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

Inheritance: Eto.Forms.Scrollable
Afficher le fichier Open project: picoe/Eto

Méthodes publiques

Méthode Description
BitmapSection ( ) : Eto.Forms
DrawTest ( Bitmap image ) : void

Private Methods

Méthode 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 méthode

public BitmapSection ( ) : Eto.Forms
Résultat Eto.Forms

DrawTest() public méthode

public DrawTest ( Bitmap image ) : void
image Eto.Drawing.Bitmap
Résultat void