User Tools

Site Tools


thinkgeo.mapsuite.iosedition.cgnativeimage

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

  • System.Object
    • ThinkGeo.MapSuite.iOSEdition.CGNativeImage

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
  • width
    • Type:Single
    • Description:The width.
  • height
    • Type:Single
    • Description:The height.

CGNativeImage(Stream)

Initializes a new instance of the class.

Remarks

N/A

Parameters
  • imageStream
    • Type:Stream
    • Description:The image stream.

CGNativeImage(UIImage)

Initializes a new instance of the class.

Remarks

N/A

Parameters
  • uiImage
    • Type:UIImage
    • Description:The UI image.

Protected Constructors

Public Methods

BeginInit()

Begins the initialize to draw image.

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

EndInit()

Ends the initialize.

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

Dispose()

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

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

ToString()

N/A

Remarks

N/A

Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

N/A

Remarks

N/A

Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

N/A

Remarks

N/A

Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

BeginInitCore()

Begins the initialize core to draw image.

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

EndInitCore()

Ends the initialize core.

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

Finalize()

Finalizes an instance of the class.

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

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.

MemberwiseClone()

N/A

Remarks

N/A

Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

UIImage

Gets or sets the UI image.

Remarks

N/A

Return Value
  • Type:UIImage

Width

Gets or sets the width for NativeImage.

Remarks

N/A

Return Value
  • Type:nfloat

Height

Gets or sets the height for NativeImage.

Remarks

N/A

Return Value
  • Type:nfloat

Context

Gets or sets the context.

Remarks

N/A

Return Value
  • Type:CGContext

Protected Properties

Public Events

thinkgeo.mapsuite.iosedition.cgnativeimage.txt · Last modified: 2017/03/16 21:59 (external edit)