====== ThinkGeo.MapSuite.iOSEdition.CGNativeImage ====== {{section>upgrade_map_suite_to_10.0}} This class represents an NativeImage object for iOS platform. ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.iOSEdition.CGNativeImage** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} CGNativeImage() ** Initializes a new instance of the class. == Remarks == N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} CGNativeImage(Single,Single) ** Initializes a new instance of the class. == Remarks == N/A == Parameters == * //width// * Type:Single * Description:The width. * //height// * Type:Single * Description:The height.
** {{wiki:PublicMethod.gif|}} CGNativeImage(Stream) ** Initializes a new instance of the class. == Remarks == N/A == Parameters == * //imageStream// * Type:Stream * Description:The image stream.
** {{wiki:PublicMethod.gif|}} CGNativeImage(UIImage) ** Initializes a new instance of the class. == Remarks == N/A == Parameters == * //uiImage// * Type:UIImage * Description:The UI image.
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} BeginInit() ** Begins the initialize to draw image. == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} EndInit() ** Ends the initialize. == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Dispose() ** Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} ToString() ** N/A == Remarks == N/A == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** N/A == Remarks == N/A == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** N/A == Remarks == N/A == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** N/A == Remarks == N/A == Return Value == * Type:Type * Description:N/A == Parameters ==
==== Protected Methods ==== ** {{wiki:ProtectedMethod.gif|}} BeginInitCore() ** Begins the initialize core to draw image. == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} EndInitCore() ** Ends the initialize core. == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} Finalize() ** Finalizes an instance of the class. == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} Dispose(Boolean) ** Releases unmanaged and - optionally - managed resources. == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //p// * Type:Boolean * Description:true to release both managed and unmanaged resources; false to release only unmanaged resources.
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** N/A == Remarks == N/A == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} UIImage ** Gets or sets the UI image. == Remarks == N/A == Return Value == * Type:UIImage ** {{wiki:PublicProperty.gif|}} Width ** Gets or sets the width for NativeImage. == Remarks == N/A == Return Value == * Type:nfloat ** {{wiki:PublicProperty.gif|}} Height ** Gets or sets the height for NativeImage. == Remarks == N/A == Return Value == * Type:nfloat ** {{wiki:PublicProperty.gif|}} Context ** Gets or sets the context. == Remarks == N/A == Return Value == * Type:CGContext ==== Protected Properties ==== ==== Public Events ====