User Tools

Site Tools


thinkgeo.mapsuite.portablecore.linestyles

ThinkGeo.MapSuite.Core.LineStyles

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 is a collection of predefined styles and helper methods to create styles.

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.Core.LineStyles

Members Summary

Public Constructors

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

CreateSimpleLineStyle(GeoColor,Single,Boolean)

  • This method returns a LineStyle based on the parameters passed in.
Remarks
  • None
Return Value
  • Type:LineStyle
  • Description:This method returns a LineStyle based on the parameters passed in.
Parameters
  • centerlineColor
  • centerlineWidth
    • Type:Single
    • Description:N/A
  • roundCap
    • Type:Boolean
    • Description:N/A

CreateSimpleLineStyle(GeoColor,Single,LineDashStyle,Boolean)

  • This method returns a LineStyle based on the parameters passed in.
Remarks
  • None
Return Value
  • Type:LineStyle
  • Description:This method returns a LineStyle based on the parameters passed in.
Parameters
  • centerlineColor
    • Type:GeoColor
    • Description:This parameter is the center line color.
  • centerlineWidth
    • Type:Single
    • Description:This paramter is the the center line width.
  • centerlineDashStyle
    • Description:This parameter is the dash style for the center line.
  • roundCap
    • Type:Boolean
    • Description:This parameter defines whether you want a rounded end cap.

CreateSimpleLineStyle(GeoColor,Single,GeoColor,Single,Boolean)

  • This method returns a LineStyle based on the parameters passed in.
Remarks
  • None
Return Value
  • Type:LineStyle
  • Description:This method returns a LineStyle based on the parameters passed in.
Parameters
  • innerLineColor
    • Type:GeoColor
    • Description:This parameter is the inner line color.
  • innerLineWidth
    • Type:Single
    • Description:This parameter is the inner line width.
  • outerLineColor
    • Type:GeoColor
    • Description:This parameter is the outer line color.
  • outerLineWidth
    • Type:Single
    • Description:This parameter is the outer line width.
  • roundCap
    • Type:Boolean
    • Description:This parameter defines whether you want a rounded end cap.

CreateSimpleLineStyle(GeoColor,Single,LineDashStyle,GeoColor,Single,LineDashStyle,Boolean)

  • This method returns a LineStyle based on the parameters passed in.
Remarks
  • None
Return Value
  • Type:LineStyle
  • Description:This method returns a LineStyle based on the parameters passed in.
Parameters
  • innerLineColor
    • Type:GeoColor
    • Description:This parameter is the inner line color.
  • innerLineWidth
    • Type:Single
    • Description:This parameter is the inner line width.
  • innerLineDashStyle
    • Description:This parameter is the inner line dash style.
  • outerLineColor
    • Type:GeoColor
    • Description:This parameter is the outer line color.
  • outerLineWidth
    • Type:Single
    • Description:This parameter is the outer line width.
  • outerLineDashStyle
    • Description:This parameter is the outer line dash style.
  • roundCap
    • Type:Boolean
    • Description:This parameter defines whether you want a rounded end cap.

CreateSimpleLineStyle(GeoColor,Single,GeoColor,Single,GeoColor,Single,Boolean)

  • This method returns a LineStyle based on the parameters passed in.
Remarks
  • None
Return Value
  • Type:LineStyle
  • Description:This method returns a LineStyle based on the parameters passed in.
Parameters
  • centerlineColor
    • Type:GeoColor
    • Description:This parameter is the center line color.
  • centerlineWidth
    • Type:Single
    • Description:This parameter is the center line width.
  • innerLineColor
    • Type:GeoColor
    • Description:This parameter is the inner line color.
  • innerLineWidth
    • Type:Single
    • Description:This parameter is the inner line width.
  • outerLineColor
    • Type:GeoColor
    • Description:This parameter is the outer line color.
  • outerLineWidth
    • Type:Single
    • Description:This parameter is the outer line width.
  • roundCap
    • Type:Boolean
    • Description:This parameter defines whether you want a rounded end cap.

CreateSimpleLineStyle(GeoColor,Single,LineDashStyle,GeoColor,Single,LineDashStyle,GeoColor,Single,LineDashStyle,Boolean)

  • This method returns a LineStyle based on the parameters passed in.
Remarks
  • None
Return Value
  • Type:LineStyle
  • Description:This method returns a LineStyle based on the parameters passed in.
Parameters
  • centerlineColor
    • Type:GeoColor
    • Description:This parameter is the center line color.
  • centerlineWidth
    • Type:Single
    • Description:This parameter is the center line width.
  • centerlineDashStyle
    • Description:This parameter is the center line dash style.
  • innerLineColor
    • Type:GeoColor
    • Description:This parameter is the inner line color.
  • innerLineWidth
    • Type:Single
    • Description:This parameter is the inner line width.
  • innerLineDashStyle
    • Description:This parameter is the inner line dash style.
  • outerLineColor
    • Type:GeoColor
    • Description:This parameter is the outer line color.
  • outerLineWidth
    • Type:Single
    • Description:This parameter is the outer line width.
  • outerLineDashStyle
    • Description:This parameter is the outer line dash style.
  • roundCap
    • Type:Boolean
    • Description:This parameter defines whether you want a rounded end cap.

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

Protected Properties

Public Events

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