Méthode | Description | |
---|---|---|
ContainsLanguage ( List |
||
CreateSymdef ( Map map, SymColor color, float boxSize ) : PointSymDef | ||
Draw ( |
Draw the given symbol to fill the rectange in that graphics.
|
|
GetBestSymbolText ( |
||
GetGender ( string language ) : string | ||
GetModifiedCase ( |
||
GetModifiedCase ( string language ) : string | ||
GetName ( string language ) : string | ||
GetPluralText ( string language, string gender = null, string nounCase = "" ) : string |
Get the plural text for the symbol to use in text descriptions. If no plural text is defined, the singular text is used instead.
|
|
GetSymbolGender ( |
||
GetText ( string language ) : string |
Get the text for the symbol to use in text descriptions.
|
|
GetText ( string language, string gender, string nounCase = "" ) : string | ||
ReadXml ( |
Read the state of this symbol from XML. The xmlinput must be on a symbol node.
|
|
Symbol ( |
Méthode | Description | |
---|---|---|
FindBestText ( |
||
ReadPoints ( |
Read points array from XML.
|
|
ToLineCap ( string s, |
Convert attribute of line cap from a string.
|
|
ToLineJoin ( string s, |
Convert attribute of line join from a string.
|
public static ContainsLanguage ( List |
||
texts | List |
|
language | string | |
Résultat | bool |
public CreateSymdef ( Map map, SymColor color, float boxSize ) : PointSymDef | ||
map | Map | |
color | SymColor | |
boxSize | float | |
Résultat | PointSymDef |
public Draw ( |
||
g | Graphics to draw in. | |
color | Color | Color to use for drawing. |
rect | The rectange to fill. | |
Résultat | void |
public static GetBestSymbolText ( |
||
symbolDB | ||
texts | List |
|
language | string | |
plural | bool | |
gender | string | |
nounCase | string | |
Résultat | string |
public GetGender ( string language ) : string | ||
language | string | |
Résultat | string |
public static GetModifiedCase ( |
||
symbolDB | ||
texts | List |
|
language | string | |
Résultat | string |
public GetModifiedCase ( string language ) : string | ||
language | string | |
Résultat | string |
public GetName ( string language ) : string | ||
language | string | |
Résultat | string |
public GetPluralText ( string language, string gender = null, string nounCase = "" ) : string | ||
language | string | The language to use. |
gender | string | |
nounCase | string | |
Résultat | string |
public static GetSymbolGender ( |
||
symbolDB | ||
texts | List |
|
language | string | |
Résultat | string |
public GetText ( string language ) : string | ||
language | string | The language to use. |
Résultat | string |
public GetText ( string language, string gender, string nounCase = "" ) : string | ||
language | string | |
gender | string | |
nounCase | string | |
Résultat | string |
public ReadXml ( |
||
xmlinput | ||
Résultat | void |
public Symbol ( |
||
symbolDB | ||
Résultat | System |