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