C# Class QuickFont.JBitmapManager

ファイルを表示 Open project: Pireax/neovim.cs

Public Methods

Method Description
Add ( JBitmap bmp ) : JBitmap
FreeAll ( ) : void
JBitmapManager ( ) : System
Remove ( JBitmap bmpToRemove ) : void

Method Details

Add() public method

public Add ( JBitmap bmp ) : JBitmap
bmp JBitmap
return JBitmap

FreeAll() public method

public FreeAll ( ) : void
return void

JBitmapManager() public method

public JBitmapManager ( ) : System
return System

Remove() public method

public Remove ( JBitmap bmpToRemove ) : void
bmpToRemove JBitmap
return void