C# 클래스 Eto.Test.Sections.Drawing.BitmapSection

상속: Eto.Forms.Scrollable
파일 보기 프로젝트 열기: picoe/Eto

공개 메소드들

메소드 설명
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