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