C# 클래스 Tsukikage.WindowsUtil.FontBitmap

1文字分のビットマップ
파일 보기 프로젝트 열기: ttsuki/ttsuki 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Bitmap byte[]
BlackBox System.Drawing.Size
Bpp short
CellInc System.Drawing.Size
Char char
OffsetBox System.Drawing.Size

공개 메소드들

메소드 설명
BitBltTo32bppTextureAlpha ( IntPtr dest32bppBitmap, Size destBitmapSize, Point dest ) : void

32bit ARGBを格納してるIntPtrに対して、白文字Alpha付でビットマップをBitBltする。

비공개 메소드들

메소드 설명
BitBltAlpha ( FontBitmap chara, IntPtr dest32bppBitmap, Size destBitmapSize, Point dest ) : void
BitBltAlpha1 ( uint pDst, int dx, int dy, int dp, byte pSrc, int sx, int sy, int ex, int ey, int sw ) : void
BitBltAlpha8 ( uint pDst, int dx, int dy, int dp, byte pSrc, int sx, int sy, int ex, int ey, int sw ) : void

메소드 상세

BitBltTo32bppTextureAlpha() 공개 메소드

32bit ARGBを格納してるIntPtrに対して、白文字Alpha付でビットマップをBitBltする。
public BitBltTo32bppTextureAlpha ( IntPtr dest32bppBitmap, Size destBitmapSize, Point dest ) : void
dest32bppBitmap System.IntPtr
destBitmapSize System.Drawing.Size
dest Point
리턴 void

프로퍼티 상세

Bitmap 공개적으로 프로퍼티

public byte[] Bitmap
리턴 byte[]

BlackBox 공개적으로 프로퍼티

public Size,System.Drawing BlackBox
리턴 System.Drawing.Size

Bpp 공개적으로 프로퍼티

public short Bpp
리턴 short

CellInc 공개적으로 프로퍼티

public Size,System.Drawing CellInc
리턴 System.Drawing.Size

Char 공개적으로 프로퍼티

public char Char
리턴 char

OffsetBox 공개적으로 프로퍼티

public Size,System.Drawing OffsetBox
리턴 System.Drawing.Size