User Tools

Site Tools


thinkgeo.mapsuite.core.geofont

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.core.geofont [2015/09/17 10:29]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.Core.GeoFont ====== 
-This class represents a font that is used to label features on a GeoCanvas. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    ***ThinkGeo.MapSuite.Core.GeoFont** 
-===== Members Summary ===== 
-=== Public Constructors === 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GeoFont()|GeoFont]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This constructor creates a GeoFont to be used for labeling features on a GeoCanvas. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GeoFont(String,​Single)|GeoFont]]** 
-  * **Parameters**:​String,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This constructor creates a GeoFont to be used for labeling features on a GeoCanvas. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GeoFont(String,​Single,​DrawingFontStyles)|GeoFont]]** 
-  * **Parameters**:​String,​Single,​[[ThinkGeo.MapSuite.Core.DrawingFontStyles|DrawingFontStyles]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This constructor creates a GeoFont to be used for labeling features on a GeoCanvas. 
-</​div>​ 
- 
-=== Protected Constructors === 
-=== Public Methods === 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Equals(Object)|Equals]]** 
-  * **Parameters**:​Object 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetType()|GetType]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​ToString()|ToString]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-=== Protected Methods === 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​Finalize()|Finalize]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-=== Public Properties === 
-**{{wiki:​PublicProperty.gif|}}[[#​FontName|FontName]]** 
-  * **Return**:​String 
-  * **Summary**:​This property gets the font name property of the font. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​Id|Id]]** 
-  * **Return**:​Int64 
-  * **Summary**:​N/​A 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​IsBold|IsBold]]** 
-  * **Return**:​Boolean 
-  * **Summary**:​This property gets the bold property of the font. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​IsItalic|IsItalic]]** 
-  * **Return**:​Boolean 
-  * **Summary**:​This property gets the italic property of the font. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​IsStrikeout|IsStrikeout]]** 
-  * **Return**:​Boolean 
-  * **Summary**:​This property gets the strikeout property of the font. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​IsUnderline|IsUnderline]]** 
-  * **Return**:​Boolean 
-  * **Summary**:​This property gets the underline property of the font. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​Size|Size]]** 
-  * **Return**:​Single 
-  * **Summary**:​This property gets the font size property of the font. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​Style|Style]]** 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.DrawingFontStyles|DrawingFontStyles]] 
-  * **Summary**:​This property gets the font style property of the font. 
- 
-=== Protected Properties === 
-=== Public Events === 
-===== Public Constructors ===== 
-=== GeoFont() === 
-This constructor creates a GeoFont to be used for labeling features on a GeoCanvas. 
-==== Remarks ==== 
-None 
-==== Parameters ==== 
-[[#Public Constructors|Go Back]] 
-=== GeoFont(String,​Single) === 
-This constructor creates a GeoFont to be used for labeling features on a GeoCanvas. 
-==== Remarks ==== 
-None 
-==== Parameters ==== 
-**fontName** 
-  * **Type**:​String 
-  * **Description:​This parameter represents the name of the font to be used. 
- 
-**size** 
-  * **Type**:​Single 
-  * **Description:​This parameter represents the size of the font to be used. 
- 
-[[#Public Constructors|Go Back]] 
-=== GeoFont(String,​Single,​DrawingFontStyles) === 
-This constructor creates a GeoFont to be used for labeling features on a GeoCanvas. 
-==== Remarks ==== 
-None 
-==== Parameters ==== 
-**fontName** 
-  * **Type**:​String 
-  * **Description:​This parameter represents the name of the font to be used. 
- 
-**size** 
-  * **Type**:​Single 
-  * **Description:​This parameter represents the size of the font to be used. 
- 
-**style** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DrawingFontStyles|DrawingFontStyles]] 
-  * **Description:​This parameter represents the style of the font to be used. 
- 
-[[#Public Constructors|Go Back]] 
-===== Protected Constructors ===== 
-===== Public Methods ===== 
-=== Equals(Object) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Boolean 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**obj** 
-  * **Type**:​Object 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== GetHashCode() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Int32 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== GetType() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Type 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== ToString() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​String 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-===== Protected Methods ===== 
-=== Finalize() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== MemberwiseClone() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Object 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-=== FontName === 
-This property gets the font name property of the font. 
-==== Remarks ==== 
-None 
-==== Return Value ==== 
-**Return Type**:​String 
- 
-[[#Public Properties|Go Back]] 
-=== Id === 
-N/A 
-==== Remarks ==== 
-N/A 
-==== Return Value ==== 
-**Return Type**:​Int64 
- 
-[[#Public Properties|Go Back]] 
-=== IsBold === 
-This property gets the bold property of the font. 
-==== Remarks ==== 
-None 
-==== Return Value ==== 
-**Return Type**:​Boolean 
- 
-[[#Public Properties|Go Back]] 
-=== IsItalic === 
-This property gets the italic property of the font. 
-==== Remarks ==== 
-None 
-==== Return Value ==== 
-**Return Type**:​Boolean 
- 
-[[#Public Properties|Go Back]] 
-=== IsStrikeout === 
-This property gets the strikeout property of the font. 
-==== Remarks ==== 
-None 
-==== Return Value ==== 
-**Return Type**:​Boolean 
- 
-[[#Public Properties|Go Back]] 
-=== IsUnderline === 
-This property gets the underline property of the font. 
-==== Remarks ==== 
-None 
-==== Return Value ==== 
-**Return Type**:​Boolean 
- 
-[[#Public Properties|Go Back]] 
-=== Size === 
-This property gets the font size property of the font. 
-==== Remarks ==== 
-None 
-==== Return Value ==== 
-**Return Type**:​Single 
- 
-[[#Public Properties|Go Back]] 
-=== Style === 
-This property gets the font style property of the font. 
-==== Remarks ==== 
-None 
-==== Return Value ==== 
-**Return Type**:​[[ThinkGeo.MapSuite.Core.DrawingFontStyles|DrawingFontStyles]] 
- 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-===== Public Events ===== 
  
thinkgeo.mapsuite.core.geofont.1442485780.txt.gz ยท Last modified: 2015/09/17 10:29 by admin