C# Класс Eto.Test.Sections.Drawing.BitmapSection

Наследование: Eto.Forms.Scrollable
Показать файл Открыть проект

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

Метод Описание
BitmapSection ( ) : Eto.Forms
DrawTest ( Bitmap image ) : void

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

Метод Описание
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

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

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

public BitmapSection ( ) : Eto.Forms
Результат Eto.Forms

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

public DrawTest ( Bitmap image ) : void
image Eto.Drawing.Bitmap
Результат void