ThinkGeo.MapSuite.Core.ImagePrinterLayer
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.
Inheritance Hierarchy
Members Summary
Public Constructors
ImagePrinterLayer()
Parameters
ImagePrinterLayer(GeoImage)
Parameters
ImagePrinterLayer(GeoImage,Double,Double,PrintingUnit)
Parameters
centerX
Type:Double
Description:N/A
centerY
Type:Double
Description:N/A
Protected Constructors
Public Methods
GetPosition()
Return Value
Parameters
GetPosition(PrintingUnit)
Return Value
Parameters
SetPosition(RectangleShape)
Return Value
Type:Void
Description:N/A
Parameters
SetPosition(RectangleShape,PrintingUnit)
Return Value
Type:Void
Description:N/A
Parameters
SetPosition(Double,Double,PointShape,PrintingUnit)
Return Value
Type:Void
Description:N/A
Parameters
width
Type:Double
Description:N/A
height
Type:Double
Description:N/A
SetPosition(Double,Double,Double,Double,PrintingUnit)
Return Value
Type:Void
Description:N/A
Parameters
width
Type:Double
Description:N/A
height
Type:Double
Description:N/A
centerPointX
Type:Double
Description:N/A
centerPointY
Type:Double
Description:N/A
SetPosition(Double,Double,LayerAnchorLocation,PointShape,PrintingUnit)
Return Value
Type:Void
Description:N/A
Parameters
width
Type:Double
Description:N/A
height
Type:Double
Description:N/A
SetPosition(Double,Double,LayerAnchorLocation,Double,Double,PrintingUnit)
Return Value
Type:Void
Description:N/A
Parameters
width
Type:Double
Description:N/A
height
Type:Double
Description:N/A
cornerPointX
Type:Double
Description:N/A
cornerPointY
Type:Double
Description:N/A
RequestDrawing()
Return Value
Type:Void
Description:N/A
Parameters
RequestDrawing(RectangleShape)
Return Value
Type:Void
Description:N/A
Parameters
RequestDrawing(IEnumerable<RectangleShape>)
Return Value
Type:Void
Description:N/A
Parameters
RequestDrawing(TimeSpan)
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
RequestDrawing(TimeSpan,RequestDrawingBufferTimeType)
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
RequestDrawing(RectangleShape,TimeSpan)
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
RequestDrawing(RectangleShape,TimeSpan,RequestDrawingBufferTimeType)
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
RequestDrawing(IEnumerable<RectangleShape>,TimeSpan)
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
RequestDrawing(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType)
Return Value
Type:Void
Description:N/A
Parameters
bufferTime
Type:TimeSpan
Description:N/A
GetThreadSafetyLevel()
Return Value
Parameters
CloneDeep()
Return Value
Parameters
Open()
Return Value
Type:Void
Description:N/A
Parameters
Close()
Return Value
Type:Void
Description:N/A
Parameters
GetBoundingBox()
Return Value
Parameters
Draw(GeoCanvas,Collection<SimpleCandidate>)
Return Value
Type:Void
Description:N/A
Parameters
ToString()
Return Value
Type:String
Description:N/A
Parameters
Equals(Object)
Return Value
Type:Boolean
Description:N/A
Parameters
obj
Type:Object
Description:N/A
GetHashCode()
Return Value
Type:Int32
Description:N/A
Parameters
GetType()
Return Value
Type:Type
Description:N/A
Parameters
Protected Methods
SetPositionCore(Double,Double,Double,Double,PrintingUnit)
Return Value
Parameters
width
Type:Double
Description:N/A
height
Type:Double
Description:N/A
centerPointX
Type:Double
Description:N/A
centerPointY
Type:Double
Description:N/A
DrawCore(GeoCanvas,Collection<SimpleCandidate>)
Return Value
Type:Void
Description:N/A
Parameters
GetBoundingBoxCore()
Return Value
Parameters
GetPositionCore(PrintingUnit)
Return Value
Parameters
OnRequestedDrawing(RequestedDrawingLayerEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnRequestingDrawing(RequestingDrawingLayerEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
GetThreadSafetyLevelCore()
Return Value
Parameters
CloneDeepCore()
Return Value
Parameters
OpenCore()
Return Value
Type:Void
Description:N/A
Parameters
CloseCore()
Return Value
Type:Void
Description:N/A
Parameters
DrawException(GeoCanvas,Exception)
Return Value
Type:Void
Description:N/A
Parameters
e
Type:Exception
Description:N/A
DrawExceptionCore(GeoCanvas,Exception)
Return Value
Type:Void
Description:N/A
Parameters
e
Type:Exception
Description:N/A
OnDrawingException(DrawingExceptionLayerEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnDrawnException(DrawnExceptionLayerEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
DrawAttributionCore(GeoCanvas,String)
Return Value
Type:Void
Description:N/A
Parameters
attribution
Type:String
Description:N/A
OnDrawingAttribution(DrawingAttributionLayerEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnDrawnAttribution(DrawnAttributionLayerEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnDrawingProgressChanged(DrawingProgressChangedEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
Finalize()
Return Value
Type:Void
Description:N/A
Parameters
MemberwiseClone()
Return Value
Type:Object
Description:N/A
Parameters
Public Properties
Unit
N/A
Return Value
CenterY
N/A
Return Value
CenterX
N/A
Return Value
Image
N/A
Return Value
IsDrawing
N/A
Return Value
HasBoundingBox
N/A
Return Value
BackgroundMask
N/A
Return Value
ResizeMode
N/A
Return Value
DragMode
N/A
Return Value
SelectabilityMode
N/A
Return Value
RequestDrawingInterval
N/A
Return Value
IsOpen
N/A
Return Value
DrawingTime
N/A
Return Value
Name
N/A
Return Value
Attribution
N/A
Return Value
IsVisible
N/A
Return Value
Transparency
N/A
Return Value
BlueTranslation
N/A
Return Value
RedTranslation
N/A
Return Value
GreenTranslation
N/A
Return Value
KeyColors
N/A
Return Value
IsNegative
N/A
Return Value
IsGrayscale
N/A
Return Value
DrawingExceptionMode
N/A
Return Value
Protected Properties
IsOpenCore
N/A
Return Value
Public Events
RequestedDrawing
N/A