Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
QuickFont
JBitmapManager
C# Class QuickFont.JBitmapManager
Exibir arquivo
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