C# Class QuickFont.JBitmapManager

Afficher le fichier Open project: Pireax/neovim.cs

Méthodes publiques

Méthode Description
Add ( JBitmap bmp ) : JBitmap
FreeAll ( ) : void
JBitmapManager ( ) : System
Remove ( JBitmap bmpToRemove ) : void

Method Details

Add() public méthode

public Add ( JBitmap bmp ) : JBitmap
bmp JBitmap
Résultat JBitmap

FreeAll() public méthode

public FreeAll ( ) : void
Résultat void

JBitmapManager() public méthode

public JBitmapManager ( ) : System
Résultat System

Remove() public méthode

public Remove ( JBitmap bmpToRemove ) : void
bmpToRemove JBitmap
Résultat void