User Tools

Site Tools


thinkgeo.mapsuite.core.geofont

ThinkGeo.MapSuite.Core.GeoFont

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

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

GeoFont()

  • This constructor creates a GeoFont to be used for labeling features on a GeoCanvas.
Remarks
  • None
Parameters

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.

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
    • Description:This parameter represents the style of the font to be used.

Protected Constructors

Public Methods

ToString()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

Finalize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

IsBold

This property gets the bold property of the font.

Remarks

None

Return Value
  • Type:Boolean

IsStrikeout

This property gets the strikeout property of the font.

Remarks

None

Return Value
  • Type:Boolean

IsItalic

This property gets the italic property of the font.

Remarks

None

Return Value
  • Type:Boolean

IsUnderline

This property gets the underline property of the font.

Remarks

None

Return Value
  • Type:Boolean

FontName

This property gets the font name property of the font.

Remarks

None

Return Value
  • Type:String

Size

This property gets the font size property of the font.

Remarks

None

Return Value
  • Type:Single

Style

This property gets the font style property of the font.

Remarks

None

Return Value

Id

N/A

Remarks

N/A

Return Value
  • Type:Int64

Protected Properties

Public Events

thinkgeo.mapsuite.core.geofont.txt · Last modified: 2017/03/16 21:59 (external edit)