ThinkGeo.MapSuite.Core.DeclinationPrinterLayer
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.
article_rating
<!– Class –>
(This class is not finally released, it is possible to be removed in the next public release)
Inheritance Hierarchy
Members Summary
Public Constructors
Protected Constructors
| Name | Parameters | DeclaringType | Summary |
Public Methods
Protected Methods
Public Properties
Protected Properties
Public Events
Public Constructors
*DeclinationPrinterLayer()
Parameters
*DeclinationPrinterLayer(MapPrinterLayer)
Parameters
Protected Constructors
Public Methods
*CloneDeep()
Return Value
| Return Type | Description |
| Layer<!– ThinkGeo.MapSuite.Core.Layer –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
*Close()
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
*Draw(GeoCanvas, Collection<SimpleCandidate>)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | |
| labelsInAllLayers | Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.SimpleCandidate} –> | |
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
*Equals(Object)
Return Value
| Return Type | Description |
| Boolean<!– System.Boolean –> | |
Parameters
| Name | Type | Description |
| obj | Object<!– System.Object –> | |
<!– System.Object –>
Go Back
*GetBoundingBox()
Return Value
| Return Type | Description |
| RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
*GetHashCode()
Return Value
| Return Type | Description |
| Int32<!– System.Int32 –> | |
Parameters
*GetPosition(PrintingUnit)
Return Value
| Return Type | Description |
| RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
Parameters
| Name | Type | Description |
| unit | PrintingUnit<!– ThinkGeo.MapSuite.Core.PrintingUnit –> | |
<!– ThinkGeo.MapSuite.Core.PrinterLayer –>
Go Back
*GetPosition()
Return Value
| Return Type | Description |
| RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.PrinterLayer –>
Go Back
*GetType()
Return Value
| Return Type | Description |
| Type<!– System.Type –> | |
Parameters
*Open()
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
*SetPosition(RectangleShape, PrintingUnit)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| boundingBox | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
| unit | PrintingUnit<!– ThinkGeo.MapSuite.Core.PrintingUnit –> | |
<!– ThinkGeo.MapSuite.Core.PrinterLayer –>
Go Back
*SetPosition(RectangleShape)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| boundingBox | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
<!– ThinkGeo.MapSuite.Core.PrinterLayer –>
Go Back
*SetPosition(Double, Double, PointShape, PrintingUnit)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| width | Double<!– System.Double –> | |
| height | Double<!– System.Double –> | |
| centerPoint | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | |
| unit | PrintingUnit<!– ThinkGeo.MapSuite.Core.PrintingUnit –> | |
<!– ThinkGeo.MapSuite.Core.PrinterLayer –>
Go Back
*SetPosition(Double, Double, Double, Double, PrintingUnit)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| width | Double<!– System.Double –> | |
| height | Double<!– System.Double –> | |
| centerPointX | Double<!– System.Double –> | |
| centerPointY | Double<!– System.Double –> | |
| unit | PrintingUnit<!– ThinkGeo.MapSuite.Core.PrintingUnit –> | |
<!– ThinkGeo.MapSuite.Core.PrinterLayer –>
Go Back
*ToString()
Return Value
| Return Type | Description |
| String<!– System.String –> | |
Parameters
Protected Methods
*CloneDeepCore()
Return Value
| Return Type | Description |
| Layer<!– ThinkGeo.MapSuite.Core.Layer –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
*CloseCore()
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
*DrawCore(GeoCanvas, Collection<SimpleCandidate>)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | |
| labelsInAllLayers | Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.SimpleCandidate} –> | |
<!– ThinkGeo.MapSuite.Core.Layer(overriden) –>
Go Back
*DrawException(GeoCanvas, Exception)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | |
| e | Exception<!– System.Exception –> | |
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
*DrawExceptionCore(GeoCanvas, Exception)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| canvas | GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –> | |
| e | Exception<!– System.Exception –> | |
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
*Finalize()
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
*GetBoundingBoxCore()
Return Value
| Return Type | Description |
| RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.Layer(overriden) –>
Go Back
*GetPositionCore(PrintingUnit)
Return Value
| Return Type | Description |
| RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
Parameters
| Name | Type | Description |
| unit | PrintingUnit<!– ThinkGeo.MapSuite.Core.PrintingUnit –> | |
<!– ThinkGeo.MapSuite.Core.PrinterLayer –>
Go Back
*MemberwiseClone()
Return Value
| Return Type | Description |
| Object<!– System.Object –> | |
Parameters
*OnDrawingException(DrawingExceptionLayerEventArgs)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
*OnDrawingProgressChanged(DrawingProgressChangedEventArgs)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
*OnDrawnException(DrawnExceptionLayerEventArgs)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
*OpenCore()
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
*SetPositionCore(Double, Double, Double, Double, PrintingUnit)
Return Value
| Return Type | Description |
| RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
Parameters
| Name | Type | Description |
| width | Double<!– System.Double –> | |
| height | Double<!– System.Double –> | |
| centerPointX | Double<!– System.Double –> | |
| centerPointY | Double<!– System.Double –> | |
| unit | PrintingUnit<!– ThinkGeo.MapSuite.Core.PrintingUnit –> | |
<!– ThinkGeo.MapSuite.Core.PrinterLayer(overriden) –>
Go Back
Public Properties
*BackgroundMask
Return Value
| Return Type |
| AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> |
<!– ThinkGeo.MapSuite.Core.PrinterLayer –>
Go Back
*DragMode
Return Value
<!– ThinkGeo.MapSuite.Core.PrinterLayer –>
Go Back
*DrawingExceptionMode
Return Value
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
*DrawingTime
Return Value
| Return Type |
| TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
*GeomagneticNorthLineStyle
Return Value
| Return Type |
| LineStyle<!– ThinkGeo.MapSuite.Core.LineStyle –> |
<!– ThinkGeo.MapSuite.Core.DeclinationPrinterLayer –>
Go Back
*HasBoundingBox
Return Value
| Return Type |
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.Core.Layer(overriden) –>
Go Back
*IsDrawing
Return Value
| Return Type |
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.Core.PrinterLayer –>
Go Back
*IsGrayscale
Return Value
| Return Type |
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
*IsNegative
Return Value
| Return Type |
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
*IsOpen
Return Value
| Return Type |
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
*IsVisible
Return Value
| Return Type |
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
*MagneticNorthLineStyle
Return Value
| Return Type |
| LineStyle<!– ThinkGeo.MapSuite.Core.LineStyle –> |
<!– ThinkGeo.MapSuite.Core.DeclinationPrinterLayer –>
Go Back
*MapPrinterLayer
Return Value
<!– ThinkGeo.MapSuite.Core.DeclinationPrinterLayer –>
Go Back
*Name
Return Value
| Return Type |
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
Return Value
| Return Type |
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.Core.DeclinationPrinterLayer –>
Go Back
*ResizeMode
Return Value
<!– ThinkGeo.MapSuite.Core.PrinterLayer –>
Go Back
*TextStyle
Return Value
| Return Type |
| TextStyle<!– ThinkGeo.MapSuite.Core.TextStyle –> |
<!– ThinkGeo.MapSuite.Core.DeclinationPrinterLayer –>
Go Back
*Transparency
Return Value
| Return Type |
| Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
*TrueNorthLineStyle
Return Value
| Return Type |
| LineStyle<!– ThinkGeo.MapSuite.Core.LineStyle –> |
<!– ThinkGeo.MapSuite.Core.DeclinationPrinterLayer –>
Go Back
Protected Properties
*IsOpenCore
Return Value
| Return Type |
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
Public Events
DrawingException
Event Arguments
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
DrawingProgressChanged
Event Arguments
<!– ThinkGeo.MapSuite.Core.Layer –>
Go Back
DrawnException
Event Arguments