User Tools

Site Tools


thinkgeo.mapsuite.portablecore.geofont

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.portablecore.geofont [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.portablecore.geofont [2017/03/16 21:59] (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.PortableCore.GeoFont ======+====== ThinkGeo.MapSuite.Core.GeoFont ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 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 =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.PortableCore.GeoFont]]+    ***ThinkGeo.MapSuite.Core.GeoFont**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} GeoFont() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#GeoFont()|GeoFont]] ​  ​| ​   |    | This constructor creates a GeoFont to be used for labeling features on a GeoCanvas. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GeoFont(String,​ Single)|GeoFont]] ​  | String, Single ​  ​| ​   | This constructor creates a GeoFont to be used for labeling features on a GeoCanvas. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GeoFont(String,​ Single, DrawingFontStyles)|GeoFont]] ​  | String, Single, [[ThinkGeo.MapSuite.PortableCore.DrawingFontStyles|DrawingFontStyles]] ​  ​| ​   | This constructor creates a GeoFont to be used for labeling features on a GeoCanvas. ​  |+
  
-==== Protected Constructors ​==== +  * //This constructor creates a GeoFont to be used for labeling features on a GeoCanvas.//​ 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== 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 ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} ToString() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Protected Methods ==== +  * //N/A// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +  * //N/A//
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:String 
-| {{wiki:PublicProperty.gif|Public Property}}[[#​FontName|FontName]] ​  ​| ​String ​  |    | This property gets the font name property of the font.   | +  * Description:N/A
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Id|Id]] ​  | Int64   ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsBold|IsBold]] ​  | Boolean ​  ​| ​   | This property gets the bold property of the font.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsItalic|IsItalic]] ​  | Boolean ​  ​| ​   | This property gets the italic property of the font.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsStrikeout|IsStrikeout]] ​  | Boolean ​  ​| ​   | This property gets the strikeout property of the font.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsUnderline|IsUnderline]] ​  | Boolean ​  ​| ​   | This property gets the underline property of the font.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Size|Size]] ​  | Single ​  ​| ​   | This property gets the font size property of the font.   | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​Style|Style]] ​  | [[ThinkGeo.MapSuite.PortableCore.DrawingFontStyles|DrawingFontStyles]] ​  ​| ​   | This property gets the font style property of the font.   |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-==== Public Events ==== +  * //N/A// 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A//
  
-===== Public Constructors ===== +== Return Value == 
-==== GeoFont() ==== +  ​Type:Boolean 
-This constructor creates a GeoFont to be used for labeling features on a GeoCanvas. +  Description:N/A
-=== Overloads === +
-This overload creates the GeoFont using its default property values. +
-=== Parameters === +
-^  Name ^  ​Type ​ ​Description ​^+
  
-[[#Public Constructors|Go Back]] +== Parameters == 
-==== GeoFont(String,​ Single) ==== +  ​* //obj// 
-This constructor creates a GeoFont to be used for labeling features on a GeoCanvas. +    * Type:Object 
-=== Overloads === +    * Description:N/A
-This overload creates the GeoFont by specifying the font name and font size. +
-=== Parameters ​=== +
-^  Name ^  ​Type ​^  ​Description ​+
-| fontName ​  | String<​!-- System.String --> ​  | This parameter represents the name of the font to be used.   | +
-| size   | Single<​!-- System.Single --> ​  | This parameter represents the size of the font to be used.   |+
  
-[[#Public Constructors|Go Back]] +<div newline></div
-==== GeoFont(String,​ Single, DrawingFontStyles) ==== +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
-This constructor creates a GeoFont to be used for labeling features on a GeoCanvas. +
-=== Overloads === +
-This overload creates the GeoFont by specifying the font name, font size and font style. +
-=== Parameters === +
-^  Name ^  Type ^  Description ^ +
-| fontName ​  | String<!-- System.String --  | This parameter represents the name of the font to be used.   | +
-| size   | Single<!-- System.Single --  | This parameter represents the size of the font to be used.   | +
-| style   | [[ThinkGeo.MapSuite.PortableCore.DrawingFontStyles|DrawingFontStyles]]<​!-- ThinkGeo.MapSuite.PortableCore.DrawingFontStyles --> ​  | This parameter represents the style of the font to be used.   |+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-===== Protected Constructors ===== +== Remarks ​== 
-===== Public Methods ===== +  * //N/A//
-==== Equals(Object) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Int32 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== GetHashCode() ​==== +** {{wiki:​PublicMethod.gif|}} GetType() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Type 
-==== GetType() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters ​== 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ToString() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-===== Protected Methods ===== +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-==== Finalize() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Object 
-==== MemberwiseClone() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters ​== 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} IsBold **
  
-<!-- System.Object --> +  * //This property gets the bold property of the font.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-===== Public Properties ===== +  * //None// 
-==== FontName ==== +== Return Value == 
-This property gets the font name property of the font. +  ​* ​Type:Boolean
-=== Return Value === +
-^ Return ​Type +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.GeoFont --> +** {{wiki:​PublicProperty.gif|}} IsStrikeout **
-[[#Public Properties|Go Back]] +
-==== Id ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int64<​!-- System.Int64 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.GeoFont --> +  * //This property gets the strikeout ​property of the font.// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== IsBold ==== +  * //None// 
-This property gets the bold property of the font. +== Return Value == 
-=== Return Value === +  ​* ​Type:Boolean
-^ Return ​Type +
-Boolean<!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.GeoFont --> +** {{wiki:​PublicProperty.gif|}} IsItalic ​**
-[[#Public Properties|Go Back]] +
-==== IsItalic ​==== +
-This property gets the italic property of the font. +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.GeoFont --> +  * //This property gets the italic ​property of the font.// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== IsStrikeout ==== +  * //None// 
-This property gets the strikeout ​property of the font. +== Return Value == 
-=== Return Value === +  ​* ​Type:Boolean
-^ Return ​Type +
-Boolean<!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.GeoFont --> +** {{wiki:​PublicProperty.gif|}} IsUnderline ​**
-[[#Public Properties|Go Back]] +
-==== IsUnderline ​==== +
-This property gets the underline property of the font. +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.GeoFont --> +  * //This property gets the underline ​property of the font.// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== Size ==== +  * //None// 
-This property gets the font size property of the font. +== Return Value == 
-=== Return Value === +  ​* ​Type:Boolean
-^ Return ​Type +
-| Single<​!-- System.Single --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.GeoFont --> +** {{wiki:​PublicProperty.gif|}} FontName **
-[[#Public Properties|Go Back]] +
-==== Style ==== +
-This property gets the font style property of the font. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.PortableCore.DrawingFontStyles|DrawingFontStyles]]<​!-- ThinkGeo.MapSuite.PortableCore.DrawingFontStyles --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.GeoFont --> +  * //This property gets the font name property of the font.// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-===== Protected Properties ​===== +  * //None// 
-===== Public Events ​===== +== Return Value == 
-__NOTOC__ +  * Type:​String 
-[[Category:​MapSuitePortableCore]] + 
-[[Category:ThinkGeo.MapSuite.PortableCore]] +** {{wiki:​PublicProperty.gif|}} Size ** 
-[[Category:UpdateDocumentation]]+ 
 +  * //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.portablecore.geofont.1440040132.txt.gz · Last modified: 2015/09/21 08:08 (external edit)