C# 클래스 QuickFont.JBitmapManager

파일 보기 프로젝트 열기: Pireax/neovim.cs

공개 메소드들

메소드 설명
Add ( JBitmap bmp ) : JBitmap
FreeAll ( ) : void
JBitmapManager ( ) : System
Remove ( JBitmap bmpToRemove ) : void

메소드 상세

Add() 공개 메소드

public Add ( JBitmap bmp ) : JBitmap
bmp JBitmap
리턴 JBitmap

FreeAll() 공개 메소드

public FreeAll ( ) : void
리턴 void

JBitmapManager() 공개 메소드

public JBitmapManager ( ) : System
리턴 System

Remove() 공개 메소드

public Remove ( JBitmap bmpToRemove ) : void
bmpToRemove JBitmap
리턴 void