Méthode | Description | |
---|---|---|
AsyncConvertData ( UUID id, string bodyData, string extraParams ) : bool | ||
AsyncConvertUrl ( UUID id, string url, string extraParams ) : bool | ||
Close ( ) : void | ||
ConvertStream ( Stream data, string extraParams ) : byte[] | ||
ConvertUrl ( string url, string extraParams ) : byte[] | ||
GetContentType ( ) : string | ||
GetDrawStringSize ( string text, string fontName, int fontSize, double &xSize, double &ySize ) : void | ||
GetName ( ) : string | ||
Initialise ( |
||
PostInitialise ( ) : void | ||
SupportsAsynchronous ( ) : bool | ||
VectorRenderModule ( ) : System |
Méthode | Description | |
---|---|---|
Draw ( string data, UUID id, string extraParams ) : void | ||
GDIDraw ( string data, |
||
GetParams ( char partsDelimiter, string &line, int startLength, |
||
GetParams ( char partsDelimiter, string &line, int startLength, float &x, float &y ) : void | ||
ImageHttpRequest ( string url ) : |
||
parseIntParam ( string strInt ) : int |
public AsyncConvertData ( UUID id, string bodyData, string extraParams ) : bool | ||
id | UUID | |
bodyData | string | |
extraParams | string | |
Résultat | bool |
public AsyncConvertUrl ( UUID id, string url, string extraParams ) : bool | ||
id | UUID | |
url | string | |
extraParams | string | |
Résultat | bool |
public ConvertStream ( Stream data, string extraParams ) : byte[] | ||
data | Stream | |
extraParams | string | |
Résultat | byte[] |
public ConvertUrl ( string url, string extraParams ) : byte[] | ||
url | string | |
extraParams | string | |
Résultat | byte[] |
public GetDrawStringSize ( string text, string fontName, int fontSize, double &xSize, double &ySize ) : void | ||
text | string | |
fontName | string | |
fontSize | int | |
xSize | double | |
ySize | double | |
Résultat | void |
public Initialise ( |
||
scene | ||
config | IConfigSource | |
Résultat | void |