ThinkGeo.MapSuite.iOSEdition.CGNativeImage
Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.
This class represents an NativeImage object for iOS platform.
Inheritance Hierarchy
Members Summary
Public Constructors
CGNativeImage()
Initializes a new instance of the class.
Parameters
CGNativeImage(Single,Single)
Initializes a new instance of the class.
Parameters
width
Type:Single
Description:The width.
height
Type:Single
Description:The height.
CGNativeImage(Stream)
Initializes a new instance of the class.
Parameters
CGNativeImage(UIImage)
Initializes a new instance of the class.
Parameters
Protected Constructors
Public Methods
BeginInit()
Begins the initialize to draw image.
Return Value
Type:Void
Description:N/A
Parameters
EndInit()
Ends the initialize.
Return Value
Type:Void
Description:N/A
Parameters
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Return Value
Type:Void
Description:N/A
Parameters
ToString()
N/A
Return Value
Type:String
Description:N/A
Parameters
Equals(Object)
N/A
Return Value
Type:Boolean
Description:N/A
Parameters
obj
Type:Object
Description:N/A
GetHashCode()
N/A
Return Value
Type:Int32
Description:N/A
Parameters
GetType()
N/A
Return Value
Type:Type
Description:N/A
Parameters
Protected Methods
BeginInitCore()
Begins the initialize core to draw image.
Return Value
Type:Void
Description:N/A
Parameters
EndInitCore()
Ends the initialize core.
Return Value
Type:Void
Description:N/A
Parameters
Finalize()
Finalizes an instance of the class.
Return Value
Type:Void
Description:N/A
Parameters
Dispose(Boolean)
Releases unmanaged and - optionally - managed resources.
Return Value
Type:Void
Description:N/A
Parameters
MemberwiseClone()
N/A
Return Value
Type:Object
Description:N/A
Parameters
Public Properties
UIImage
Gets or sets the UI image.
Return Value
Width
Gets or sets the width for NativeImage.
Return Value
Height
Gets or sets the height for NativeImage.
Return Value
Context
Gets or sets the context.
Return Value
Protected Properties
Public Events