User Tools

Site Tools


thinkgeo.mapsuite.iosedition.cgnativeimage

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.iosedition.cgnativeimage [2015/08/20 03:08]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.iOSEdition.CGNativeImage ====== 
- 
- 
- 
-<!-- Class --> 
-This class represents an NativeImage object for iOS platform. 
-===== Inheritance Hierarchy ===== 
-*System.Object 
-**[[ThinkGeo.MapSuite.iOSEdition.CGNativeImage]] 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CGNativeImage()|CGNativeImage]] ​  ​| ​   |    | Initializes a new instance of the class. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CGNativeImage(Single,​ Single)|CGNativeImage]] ​  | Single, Single ​  ​| ​   | Initializes a new instance of the class. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CGNativeImage(Stream)|CGNativeImage]] ​  | Stream ​  ​| ​   | Initializes a new instance of the class. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CGNativeImage(UIImage)|CGNativeImage]] ​  | UIImage ​  ​| ​   | Initializes a new instance of the class. ​  | 
- 
-==== Protected Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
-==== Public Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​BeginInit()|BeginInit]] ​  ​| ​   |    | Begins the initialize to draw image. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Dispose()|Dispose]] ​  ​| ​   |    | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​EndInit()|EndInit]] ​  ​| ​   |    | Ends the initialize. ​  | 
-| {{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 ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​BeginInitCore()|BeginInitCore]] ​  ​| ​   |    | Begins the initialize core to draw image. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Dispose(Boolean)|Dispose]] ​  | Boolean ​  ​| ​   | Releases unmanaged and - optionally - managed resources. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​EndInitCore()|EndInitCore]] ​  ​| ​   |    | Ends the initialize core.   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object(overriden) ​  | Finalizes an instance of the class. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | 
- 
-==== Public Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Context|Context]] ​  | CGContext ​  ​| ​   | Gets or sets the context. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Height|Height]] ​  | Single ​  ​| ​   | Gets or sets the height for NativeImage. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​UIImage|UIImage]] ​  | UIImage ​  ​| ​   | Gets or sets the UI image. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Width|Width]] ​  | Single ​  ​| ​   | Gets or sets the width for NativeImage. ​  | 
- 
-==== Protected Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
- 
-==== Public Events ==== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ 
- 
-===== Public Constructors ===== 
-==== CGNativeImage() ==== 
-Initializes a new instance of the class. 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-[[#Public Constructors|Go Back]] 
-==== CGNativeImage(Single,​ Single) ==== 
-Initializes a new instance of the class. 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| width   | Single<​!-- System.Single --> ​  | The width. ​  | 
-| height ​  | Single<​!-- System.Single --> ​  | The height. ​  | 
- 
-[[#Public Constructors|Go Back]] 
-==== CGNativeImage(Stream) ==== 
-Initializes a new instance of the class. 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| imageStream ​  | Stream<​!-- System.IO.Stream --> ​  | The image stream. ​  | 
- 
-[[#Public Constructors|Go Back]] 
-==== CGNativeImage(UIImage) ==== 
-Initializes a new instance of the class. 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| uiImage ​  | UIImage<​!-- MonoTouch.UIKit.UIImage --> ​  | The UI image. ​  | 
- 
-[[#Public Constructors|Go Back]] 
-===== Protected Constructors ===== 
-===== Public Methods ===== 
-==== BeginInit() ==== 
-Begins the initialize to draw image. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.iOSEdition.CGNativeImage --> 
-[[#Public Methods|Go Back]] 
-==== Dispose() ==== 
-Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.iOSEdition.CGNativeImage --> 
-[[#Public Methods|Go Back]] 
-==== EndInit() ==== 
-Ends the initialize. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.iOSEdition.CGNativeImage --> 
-[[#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]] 
-==== 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 ===== 
-==== BeginInitCore() ==== 
-Begins the initialize core to draw image. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.iOSEdition.CGNativeImage --> 
-[[#​Protected Methods|Go Back]] 
-==== Dispose(Boolean) ==== 
-Releases unmanaged and - optionally - managed resources. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| p   | Boolean<​!-- System.Boolean --> ​  | true to release both managed and unmanaged resources; false to release only unmanaged resources. ​  | 
- 
-<!-- ThinkGeo.MapSuite.iOSEdition.CGNativeImage --> 
-[[#​Protected Methods|Go Back]] 
-==== EndInitCore() ==== 
-Ends the initialize core. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.iOSEdition.CGNativeImage --> 
-[[#​Protected Methods|Go Back]] 
-==== Finalize() ==== 
-Finalizes an instance of the class. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object(overriden) --> 
-[[#​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 ===== 
-==== Context ==== 
-Gets or sets the context. 
-=== Return Value === 
-^ Return Type ^ 
-| CGContext<​!-- MonoTouch.CoreGraphics.CGContext --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.iOSEdition.CGNativeImage --> 
-[[#Public Properties|Go Back]] 
-==== Height ==== 
-Gets or sets the height for NativeImage. 
-=== Return Value === 
-^ Return Type ^ 
-| Single<​!-- System.Single --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.iOSEdition.CGNativeImage --> 
-[[#Public Properties|Go Back]] 
-==== UIImage ==== 
-Gets or sets the UI image. 
-=== Return Value === 
-^ Return Type ^ 
-| UIImage<​!-- MonoTouch.UIKit.UIImage --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.iOSEdition.CGNativeImage --> 
-[[#Public Properties|Go Back]] 
-==== Width ==== 
-Gets or sets the width for NativeImage. 
-=== Return Value === 
-^ Return Type ^ 
-| Single<​!-- System.Single --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.iOSEdition.CGNativeImage --> 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-===== Public Events ===== 
-__NOTOC__ 
-[[Category:​iOSEdition]] 
-[[Category:​ThinkGeo.MapSuite.iOSEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.iosedition.cgnativeimage.1440040131.txt.gz ยท Last modified: 2015/09/21 08:32 (external edit)