User Tools

Site Tools


thinkgeo.mapsuite.portable.geoimageformat

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.portable.geoimageformat [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.portable.geoimageformat [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Portable.GeoImageFormat ====== ====== ThinkGeo.MapSuite.Portable.GeoImageFormat ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
  
-<!-- Class --> 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.Portable.GeoImageFormat]]+    ***ThinkGeo.MapSuite.Portable.GeoImageFormat**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} GeoImageFormat(Guid) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#GeoImageFormat(Guid)|GeoImageFormat]] ​  | Guid   ​| ​   |    |+
  
-==== Protected Constructors ​==== +  * //N/A// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A// 
 +== Parameters ​== 
 +  * //guid// 
 +    * Type:Guid 
 +    * Description:​N/​A
  
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} ToString() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Protected Methods ==== +  * //N/A// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +  * //N/A//
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:String 
-| {{wiki:PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​Bmp|Bmp]] ​  | [[ThinkGeo.MapSuite.Portable.GeoImageFormat|GeoImageFormat]] ​  ​| ​   |    | +  * Description:N/A
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​Emf|Emf]] ​  | [[ThinkGeo.MapSuite.Portable.GeoImageFormat|GeoImageFormat]] ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​Exif|Exif]] ​  | [[ThinkGeo.MapSuite.Portable.GeoImageFormat|GeoImageFormat]] ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​Gif|Gif]] ​  | [[ThinkGeo.MapSuite.Portable.GeoImageFormat|GeoImageFormat]] ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Guid|Guid]] ​  | Guid   ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​Icon|Icon]] ​  | [[ThinkGeo.MapSuite.Portable.GeoImageFormat|GeoImageFormat]] ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​Jpeg|Jpeg]] ​  | [[ThinkGeo.MapSuite.Portable.GeoImageFormat|GeoImageFormat]] ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​MemoryBmp|MemoryBmp]] ​  | [[ThinkGeo.MapSuite.Portable.GeoImageFormat|GeoImageFormat]] ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​Png|Png]] ​  | [[ThinkGeo.MapSuite.Portable.GeoImageFormat|GeoImageFormat]] ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​Tiff|Tiff]] ​  | [[ThinkGeo.MapSuite.Portable.GeoImageFormat|GeoImageFormat]] ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:Static.gif|Static Member}}[[#​Wmf|Wmf]] ​  | [[ThinkGeo.MapSuite.Portable.GeoImageFormat|GeoImageFormat]] ​  ​| ​   |    |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-==== Public Events ==== +  * //N/A// 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A//
  
-===== Public Constructors ===== +== Return Value == 
-==== GeoImageFormat(Guid) ==== +  ​Type:Boolean 
-=== Parameters === +  Description:N/A
-^  Name ^  ​Type ​ ​Description ​+
-| guid   | Guid<!-- System.Guid --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-===== Protected Constructors ===== +  * //obj// 
-===== Public Methods ===== +    * Type:Object 
-==== Equals(Object) ==== +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
-| obj   | Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetHashCode() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Int32 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== GetType() ​==== +** {{wiki:​PublicMethod.gif|}} GetType() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Type 
-==== ToString() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters ​== 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-===== Protected Methods ===== +  * //N/A//
-==== Finalize() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-==== MemberwiseClone() ​==== +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Object 
-===== Public Properties ===== +  * Description:​N/​A
-==== Bmp ==== +
-<!-- static --> +
-=== Return Value === +
-^ Return ​Type ^ +
-| [[ThinkGeo.MapSuite.Portable.GeoImageFormat|GeoImageFormat]]<​!-- ThinkGeo.MapSuite.Portable.GeoImageFormat --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Portable.GeoImageFormat --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +<div newline></​div
-==== Emf ==== +==== Public Properties ==== 
-<!-- static --+** {{wiki:​PublicProperty.gif|}} Guid **
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Portable.GeoImageFormat|GeoImageFormat]]<​!-- ThinkGeo.MapSuite.Portable.GeoImageFormat --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Portable.GeoImageFormat --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Exif ==== +  * //N/A// 
-<!-- static --> +== Return Value == 
-=== Return Value === +  ​* ​Type:Guid
-^ Return ​Type +
-| [[ThinkGeo.MapSuite.Portable.GeoImageFormat|GeoImageFormat]]<​!-- ThinkGeo.MapSuite.Portable.GeoImageFormat --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Portable.GeoImageFormat --> +==== Protected Properties ==== 
-[[#Public Properties|Go Back]] +==== Public Events ====
-==== Gif ==== +
-<!-- static --> +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Portable.GeoImageFormat|GeoImageFormat]]<​!-- ThinkGeo.MapSuite.Portable.GeoImageFormat --> ​  | +
- +
-<!-- ThinkGeo.MapSuite.Portable.GeoImageFormat --> +
-[[#Public Properties|Go Back]] +
-==== Guid ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Guid<!-- System.Guid --> ​  | +
- +
-<!-- ThinkGeo.MapSuite.Portable.GeoImageFormat --> +
-[[#Public Properties|Go Back]] +
-==== Icon ==== +
-<!-- static --> +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Portable.GeoImageFormat|GeoImageFormat]]<​!-- ThinkGeo.MapSuite.Portable.GeoImageFormat --> ​  | +
- +
-<!-- ThinkGeo.MapSuite.Portable.GeoImageFormat --> +
-[[#Public Properties|Go Back]] +
-==== Jpeg ==== +
-<!-- static --> +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Portable.GeoImageFormat|GeoImageFormat]]<​!-- ThinkGeo.MapSuite.Portable.GeoImageFormat --> ​  | +
- +
-<!-- ThinkGeo.MapSuite.Portable.GeoImageFormat --> +
-[[#Public Properties|Go Back]] +
-==== MemoryBmp ==== +
-<!-- static --> +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Portable.GeoImageFormat|GeoImageFormat]]<​!-- ThinkGeo.MapSuite.Portable.GeoImageFormat --> ​  | +
- +
-<!-- ThinkGeo.MapSuite.Portable.GeoImageFormat --> +
-[[#Public Properties|Go Back]] +
-==== Png ==== +
-<!-- static --> +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Portable.GeoImageFormat|GeoImageFormat]]<​!-- ThinkGeo.MapSuite.Portable.GeoImageFormat --> ​  | +
- +
-<!-- ThinkGeo.MapSuite.Portable.GeoImageFormat --> +
-[[#Public Properties|Go Back]] +
-==== Tiff ==== +
-<!-- static --> +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Portable.GeoImageFormat|GeoImageFormat]]<​!-- ThinkGeo.MapSuite.Portable.GeoImageFormat --> ​  | +
- +
-<!-- ThinkGeo.MapSuite.Portable.GeoImageFormat --> +
-[[#Public Properties|Go Back]] +
-==== Wmf ==== +
-<!-- static --> +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Portable.GeoImageFormat|GeoImageFormat]]<​!-- ThinkGeo.MapSuite.Portable.GeoImageFormat --> ​  | +
- +
-<!-- ThinkGeo.MapSuite.Portable.GeoImageFormat --> +
-[[#Public Properties|Go Back]] +
-===== Protected Properties ​===== +
-===== Public Events ====+
-__NOTOC__ +
-[[Category:​MapSuitePortableCore]] +
-[[Category:​ThinkGeo.MapSuite.Portable]] +
-[[Category:​UpdateDocumentation]]+
  
thinkgeo.mapsuite.portable.geoimageformat.1440040132.txt.gz · Last modified: 2015/09/21 01:12 (external edit)