C# Класс Sharplike.Core.Rendering.GlyphPalette

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
ColumnCount System.Int32
GlyphCount System.Int32
GlyphDimensions System.Drawing.Size
RowCount System.Int32
SourceBitmap System.Drawing.Bitmap

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

Метод Описание
ComputeGlyphRectangle ( Int32 glyphIndex ) : Rectangle

Generates a rectangle that fully contains the glyph at the specified index.

GlyphPalette ( Stream filedata, Int32 numRows, Int32 numCols ) : System

Stream Constructor.

GlyphPalette ( String filename, Int32 numRows, Int32 numCols ) : System

Constructor.

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

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

Generates a rectangle that fully contains the glyph at the specified index.
public ComputeGlyphRectangle ( Int32 glyphIndex ) : Rectangle
glyphIndex System.Int32 The glyph to select.
Результат System.Drawing.Rectangle

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

Stream Constructor.
public GlyphPalette ( Stream filedata, Int32 numRows, Int32 numCols ) : System
filedata Stream
numRows System.Int32 Number of rows in the glyph bitmap.
numCols System.Int32 Number of columns in the glyph bitmap.
Результат System

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

Constructor.
public GlyphPalette ( String filename, Int32 numRows, Int32 numCols ) : System
filename String Filename of the glyph bitmap.
numRows System.Int32 Number of rows in the glyph bitmap.
numCols System.Int32 Number of columns in the glyph bitmap.
Результат System

Описание свойств

ColumnCount публичное свойство

The number of columns in the source bitmap.
public Int32,System ColumnCount
Результат System.Int32

GlyphCount публичное свойство

The total number of glyphs in the glyph palette.
public Int32,System GlyphCount
Результат System.Int32

GlyphDimensions публичное свойство

The dimensions of a single glyph. Each tile, then, is the same size in pixel terms.
public Size,System.Drawing GlyphDimensions
Результат System.Drawing.Size

RowCount публичное свойство

The number of rows in the source bitmap.
public Int32,System RowCount
Результат System.Int32

SourceBitmap публичное свойство

The original source image for all glyphs.
public Bitmap,System.Drawing SourceBitmap
Результат System.Drawing.Bitmap