User Tools

Site Tools


thinkgeo.mapsuite.core.printerhelper

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.core.printerhelper [2015/08/20 03:08]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.Core.PrinterHelper ====== 
- 
- 
- 
-<!-- Class --> 
-===== Inheritance Hierarchy ===== 
-*System.Object 
-**[[ThinkGeo.MapSuite.Core.PrinterHelper]] 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
-==== Protected Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
-==== Public Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​ConvertLength(Double,​ PrintingUnit,​ PrintingUnit)|ConvertLength]] ​  | Double, [[ThinkGeo.MapSuite.Core.PrintingUnit|PrintingUnit]],​ [[ThinkGeo.MapSuite.Core.PrintingUnit|PrintingUnit]] ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​ConvertMapPrinterCoordinateToPageCoordinate(PointShape,​ MapPrinterLayer,​ RectangleShape,​ Single, Single)|ConvertMapPrinterCoordinateToPageCoordinate]] ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​ [[ThinkGeo.MapSuite.Core.MapPrinterLayer|MapPrinterLayer]],​ [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ Single, Single ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​ConvertMapPrinterCoordinateToScreenCoordinate(PointShape,​ MapPrinterLayer,​ RectangleShape,​ Single, Single)|ConvertMapPrinterCoordinateToScreenCoordinate]] ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​ [[ThinkGeo.MapSuite.Core.MapPrinterLayer|MapPrinterLayer]],​ [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ Single, Single ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​ConvertPageCoordinateToMapPrinterCoordinate(PointShape,​ MapPrinterLayer,​ RectangleShape,​ Single, Single)|ConvertPageCoordinateToMapPrinterCoordinate]] ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​ [[ThinkGeo.MapSuite.Core.MapPrinterLayer|MapPrinterLayer]],​ [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ Single, Single ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​ConvertScreenCoordinateToMapPrinterCoordinate(ScreenPointF,​ MapPrinterLayer,​ RectangleShape,​ Single, Single)|ConvertScreenCoordinateToMapPrinterCoordinate]] ​  | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]],​ [[ThinkGeo.MapSuite.Core.MapPrinterLayer|MapPrinterLayer]],​ [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ Single, Single ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​GetPointsPerGeographyUnit(GeographyUnit)|GetPointsPerGeographyUnit]] ​  | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   | 
- 
-==== Protected Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | 
- 
-==== Public Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
- 
-==== Protected Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
- 
-==== Public Events ==== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ 
- 
-===== Public Constructors ===== 
-===== Protected Constructors ===== 
-===== Public Methods ===== 
-==== ConvertLength(Double,​ PrintingUnit,​ PrintingUnit) ==== 
-<!-- static --> 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Double<​!-- System.Double --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| length ​  | Double<​!-- System.Double --> ​  ​| ​   | 
-| fromUnit ​  | [[ThinkGeo.MapSuite.Core.PrintingUnit|PrintingUnit]]<​!-- ThinkGeo.MapSuite.Core.PrintingUnit --> ​  ​| ​   | 
-| toUnit ​  | [[ThinkGeo.MapSuite.Core.PrintingUnit|PrintingUnit]]<​!-- ThinkGeo.MapSuite.Core.PrintingUnit --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.Core.PrinterHelper --> 
-[[#Public Methods|Go Back]] 
-==== ConvertMapPrinterCoordinateToPageCoordinate(PointShape,​ MapPrinterLayer,​ RectangleShape,​ Single, Single) ==== 
-<!-- static --> 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| mapPrinterCoordinatePoint ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  ​| ​   | 
-| mapPrinterLayer ​  | [[ThinkGeo.MapSuite.Core.MapPrinterLayer|MapPrinterLayer]]<​!-- ThinkGeo.MapSuite.Core.MapPrinterLayer --> ​  ​| ​   | 
-| mapControlExtent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   | 
-| mapControlWidth ​  | Single<​!-- System.Single --> ​  ​| ​   | 
-| mapControlHeight ​  | Single<​!-- System.Single --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.Core.PrinterHelper --> 
-[[#Public Methods|Go Back]] 
-==== ConvertMapPrinterCoordinateToScreenCoordinate(PointShape,​ MapPrinterLayer,​ RectangleShape,​ Single, Single) ==== 
-<!-- static --> 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]<​!-- ThinkGeo.MapSuite.Core.ScreenPointF --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| mapPrinterCoordinatePoint ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  ​| ​   | 
-| mapPrinterLayer ​  | [[ThinkGeo.MapSuite.Core.MapPrinterLayer|MapPrinterLayer]]<​!-- ThinkGeo.MapSuite.Core.MapPrinterLayer --> ​  ​| ​   | 
-| mapControlExtent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   | 
-| mapControlWidth ​  | Single<​!-- System.Single --> ​  ​| ​   | 
-| mapControlHeight ​  | Single<​!-- System.Single --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.Core.PrinterHelper --> 
-[[#Public Methods|Go Back]] 
-==== ConvertPageCoordinateToMapPrinterCoordinate(PointShape,​ MapPrinterLayer,​ RectangleShape,​ Single, Single) ==== 
-<!-- static --> 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| pageCoordinatePoint ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  ​| ​   | 
-| mapPrinterLayer ​  | [[ThinkGeo.MapSuite.Core.MapPrinterLayer|MapPrinterLayer]]<​!-- ThinkGeo.MapSuite.Core.MapPrinterLayer --> ​  ​| ​   | 
-| mapControlExtent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   | 
-| mapControlWidth ​  | Single<​!-- System.Single --> ​  ​| ​   | 
-| mapControlHeight ​  | Single<​!-- System.Single --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.Core.PrinterHelper --> 
-[[#Public Methods|Go Back]] 
-==== ConvertScreenCoordinateToMapPrinterCoordinate(ScreenPointF,​ MapPrinterLayer,​ RectangleShape,​ Single, Single) ==== 
-<!-- static --> 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| screenPoint ​  | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]<​!-- ThinkGeo.MapSuite.Core.ScreenPointF --> ​  ​| ​   | 
-| mapPrinterLayer ​  | [[ThinkGeo.MapSuite.Core.MapPrinterLayer|MapPrinterLayer]]<​!-- ThinkGeo.MapSuite.Core.MapPrinterLayer --> ​  ​| ​   | 
-| mapControlExtent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   | 
-| mapControlWidth ​  | Single<​!-- System.Single --> ​  ​| ​   | 
-| mapControlHeight ​  | Single<​!-- System.Single --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.Core.PrinterHelper --> 
-[[#Public Methods|Go Back]] 
-==== Equals(Object) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   | 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetHashCode() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetPointsPerGeographyUnit(GeographyUnit) ==== 
-<!-- static --> 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Double<​!-- System.Double --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| mapUnit ​  | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<​!-- ThinkGeo.MapSuite.Core.GeographyUnit --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.Core.PrinterHelper --> 
-[[#Public Methods|Go Back]] 
-==== GetType() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Type<!-- System.Type --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== ToString() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-===== Protected Methods ===== 
-==== Finalize() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-==== MemberwiseClone() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Object<​!-- System.Object --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-===== Protected Properties ===== 
-===== Public Events ===== 
-__NOTOC__ 
-[[Category:​MapSuiteCore]] 
-[[Category:​ThinkGeo.MapSuite.Core]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.core.printerhelper.1440040129.txt.gz ยท Last modified: 2015/09/17 10:37 (external edit)