Table of Contents

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.

Remarks

N/A

Parameters

CGNativeImage(Single,Single)

Initializes a new instance of the class.

Remarks

N/A

Parameters

CGNativeImage(Stream)

Initializes a new instance of the class.

Remarks

N/A

Parameters

CGNativeImage(UIImage)

Initializes a new instance of the class.

Remarks

N/A

Parameters

Protected Constructors

Public Methods

BeginInit()

Begins the initialize to draw image.

Remarks

N/A

Return Value
Parameters

EndInit()

Ends the initialize.

Remarks

N/A

Return Value
Parameters

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Remarks

N/A

Return Value
Parameters

ToString()

N/A

Remarks

N/A

Return Value
Parameters

Equals(Object)

N/A

Remarks

N/A

Return Value
Parameters

GetHashCode()

N/A

Remarks

N/A

Return Value
Parameters

GetType()

N/A

Remarks

N/A

Return Value
Parameters

Protected Methods

BeginInitCore()

Begins the initialize core to draw image.

Remarks

N/A

Return Value
Parameters

EndInitCore()

Ends the initialize core.

Remarks

N/A

Return Value
Parameters

Finalize()

Finalizes an instance of the class.

Remarks

N/A

Return Value
Parameters

Dispose(Boolean)

Releases unmanaged and - optionally - managed resources.

Remarks

N/A

Return Value
Parameters

MemberwiseClone()

N/A

Remarks

N/A

Return Value
Parameters

Public Properties

UIImage

Gets or sets the UI image.

Remarks

N/A

Return Value

Width

Gets or sets the width for NativeImage.

Remarks

N/A

Return Value

Height

Gets or sets the height for NativeImage.

Remarks

N/A

Return Value

Context

Gets or sets the context.

Remarks

N/A

Return Value

Protected Properties

Public Events