User Tools

Site Tools


thinkgeo.mapsuite.portablecore.legenditem

This is an old revision of the document!


ThinkGeo.MapSuite.PortableCore.LegendItem

<!– Class –>

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodLegendItem
Public MethodLegendItem Int32, Int32, Single, Single, Style, TextStyle

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodDraw GeoCanvas, Collection<SimpleCandidate>, LegendDrawingParameters
Public MethodEquals Object Object
Public MethodGetHashCode Object
Public MethodGetType Object
Public MethodToString Object

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodCustomWarpLength
Protected MethodDrawCore GeoCanvas, Collection<SimpleCandidate>, LegendDrawingParameters
Protected MethodFinalize Object
Protected MethodMemberwiseClone Object

Public Properties

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

LegendItem()

Parameters

Name Type Description

Go Back

LegendItem(Int32, Int32, Single, Single, Style, TextStyle)

Parameters

Name Type Description
width Int32<!– System.Int32 –>
height Int32<!– System.Int32 –>
imageWidth Single<!– System.Single –>
imageHeight Single<!– System.Single –>
imageStyle Style<!– ThinkGeo.MapSuite.PortableCore.Style –>
textStyle TextStyle<!– ThinkGeo.MapSuite.PortableCore.TextStyle –>

Go Back

Protected Constructors

Public Methods

Draw(GeoCanvas, Collection<SimpleCandidate>, LegendDrawingParameters)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
adornmentGeoCanvas GeoCanvas<!– ThinkGeo.MapSuite.PortableCore.GeoCanvas –>
labelsInAllLayers Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.PortableCore.SimpleCandidate} –>
legendDrawingParameters LegendDrawingParameters<!– ThinkGeo.MapSuite.PortableCore.LegendDrawingParameters –>

<!– ThinkGeo.MapSuite.PortableCore.LegendItem –> Go Back

Equals(Object)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

GetHashCode()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

CustomWarpLength()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.PortableCore.LegendItem –> Go Back

DrawCore(GeoCanvas, Collection<SimpleCandidate>, LegendDrawingParameters)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
adornmentGeoCanvas GeoCanvas<!– ThinkGeo.MapSuite.PortableCore.GeoCanvas –>
labelsInAllLayers Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.PortableCore.SimpleCandidate} –>
legendDrawingParameters LegendDrawingParameters<!– ThinkGeo.MapSuite.PortableCore.LegendDrawingParameters –>

<!– ThinkGeo.MapSuite.PortableCore.LegendItem –> Go Back

Finalize()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Public Properties

BackgroundMask

Return Value

Return Type
AreaStyle<!– ThinkGeo.MapSuite.PortableCore.AreaStyle –>

<!– ThinkGeo.MapSuite.PortableCore.LegendItem –> Go Back

BottomPadding

Return Value

Return Type
Single<!– System.Single –>

<!– ThinkGeo.MapSuite.PortableCore.LegendItem –> Go Back

Height

Return Value

Return Type
Single<!– System.Single –>

<!– ThinkGeo.MapSuite.PortableCore.LegendItem –> Go Back

ImageBottomPadding

Return Value

Return Type
Single<!– System.Single –>

<!– ThinkGeo.MapSuite.PortableCore.LegendItem –> Go Back

ImageHeight

Return Value

Return Type
Single<!– System.Single –>

<!– ThinkGeo.MapSuite.PortableCore.LegendItem –> Go Back

ImageJustificationMode

Return Value

Return Type
LegendImageJustificationMode<!– ThinkGeo.MapSuite.PortableCore.LegendImageJustificationMode –>

<!– ThinkGeo.MapSuite.PortableCore.LegendItem –> Go Back

ImageLeftPadding

Return Value

Return Type
Single<!– System.Single –>

<!– ThinkGeo.MapSuite.PortableCore.LegendItem –> Go Back

ImageMask

Return Value

Return Type
AreaStyle<!– ThinkGeo.MapSuite.PortableCore.AreaStyle –>

<!– ThinkGeo.MapSuite.PortableCore.LegendItem –> Go Back

ImageRightPadding

Return Value

Return Type
Single<!– System.Single –>

<!– ThinkGeo.MapSuite.PortableCore.LegendItem –> Go Back

ImageStyle

Return Value

Return Type
Style<!– ThinkGeo.MapSuite.PortableCore.Style –>

<!– ThinkGeo.MapSuite.PortableCore.LegendItem –> Go Back

ImageTopPadding

Return Value

Return Type
Single<!– System.Single –>

<!– ThinkGeo.MapSuite.PortableCore.LegendItem –> Go Back

ImageWidth

Return Value

Return Type
Single<!– System.Single –>

<!– ThinkGeo.MapSuite.PortableCore.LegendItem –> Go Back

LeftPadding

Return Value

Return Type
Single<!– System.Single –>

<!– ThinkGeo.MapSuite.PortableCore.LegendItem –> Go Back

RightPadding

Return Value

Return Type
Single<!– System.Single –>

<!– ThinkGeo.MapSuite.PortableCore.LegendItem –> Go Back

TextBottomPadding

Return Value

Return Type
Single<!– System.Single –>

<!– ThinkGeo.MapSuite.PortableCore.LegendItem –> Go Back

TextLeftPadding

Return Value

Return Type
Single<!– System.Single –>

<!– ThinkGeo.MapSuite.PortableCore.LegendItem –> Go Back

TextMask

Return Value

Return Type
AreaStyle<!– ThinkGeo.MapSuite.PortableCore.AreaStyle –>

<!– ThinkGeo.MapSuite.PortableCore.LegendItem –> Go Back

TextRightPadding

Return Value

Return Type
Single<!– System.Single –>

<!– ThinkGeo.MapSuite.PortableCore.LegendItem –> Go Back

TextStyle

Return Value

Return Type
TextStyle<!– ThinkGeo.MapSuite.PortableCore.TextStyle –>

<!– ThinkGeo.MapSuite.PortableCore.LegendItem –> Go Back

TextTopPadding

Return Value

Return Type
Single<!– System.Single –>

<!– ThinkGeo.MapSuite.PortableCore.LegendItem –> Go Back

TopPadding

Return Value

Return Type
Single<!– System.Single –>

<!– ThinkGeo.MapSuite.PortableCore.LegendItem –> Go Back

Width

Return Value

Return Type
Single<!– System.Single –>

<!– ThinkGeo.MapSuite.PortableCore.LegendItem –> Go Back

Protected Properties

Public Events

thinkgeo.mapsuite.portablecore.legenditem.1440040132.txt.gz · Last modified: 2015/09/21 08:12 (external edit)