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

Next revision
Previous revision
thinkgeo.mapsuite.core.geofont [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.core.geofont [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.GeoFont ====== ====== ThinkGeo.MapSuite.Core.GeoFont ======
  
-O:15:"​HistoryBlobStub"​:3:{s:6:"​mOldId";​s:5:"​21570";​s:5:"​mHash";​s:32:"​4c43e1343d3b3ee0202eda6ac25e3b60";​s:4:"​mRef";​s:5:"​35390";​}+{{section>​upgrade_map_suite_to_10.0}} 
 + 
 +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 ==== 
 +** {{wiki:PublicMethod.gif|}} GeoFont() ** 
 + 
 +  * //This constructor creates a GeoFont to be used for labeling features on a GeoCanvas.//​ 
 +== Remarks == 
 +  * //None// 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:PublicMethod.gif|}} 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. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:PublicMethod.gif|}} 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. 
 + 
 +<div newline></​div>​ 
 +==== Protected Constructors ==== 
 +==== Public Methods ==== 
 +** {{wiki:PublicMethod.gif|}} ToString() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:String 
 +  * Description:N/A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:PublicMethod.gif|}} Equals(Object) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //obj// 
 +    * Type:​Object 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Int32 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetType() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Type 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} IsBold ** 
 + 
 +This property gets the bold property of the font. 
 +== Remarks == 
 +None 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsStrikeout ** 
 + 
 +This property gets the strikeout property of the font. 
 +== Remarks == 
 +None 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsItalic ** 
 + 
 +This property gets the italic property of the font. 
 +== Remarks == 
 +None 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsUnderline ** 
 + 
 +This property gets the underline property of the font. 
 +== Remarks == 
 +None 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} FontName ** 
 + 
 +This property gets the font name property of the font. 
 +== Remarks == 
 +None 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} Size ** 
 + 
 +This property gets the font size property of the font. 
 +== Remarks == 
 +None 
 +== Return Value == 
 +  * Type:​Single 
 + 
 +** {{wiki:​PublicProperty.gif|}} Style ** 
 + 
 +This property gets the font style property of the font. 
 +== Remarks == 
 +None 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.DrawingFontStyles|DrawingFontStyles]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} Id ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Int64 
 + 
 +==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.core.geofont.1440040128.txt.gz · Last modified: 2015/09/01 02:41 (external edit)