User Tools

Site Tools


thinkgeo.mapsuite.iosedition.cgnativeimage

This is an old revision of the document!


ThinkGeo.MapSuite.iOSEdition.CGNativeImage

<!– Class –> This class represents an NativeImage object for iOS platform.

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodCGNativeImage Initializes a new instance of the class.
Public MethodCGNativeImage Single, Single Initializes a new instance of the class.
Public MethodCGNativeImage Stream Initializes a new instance of the class.
Public MethodCGNativeImage UIImage Initializes a new instance of the class.

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodBeginInit Begins the initialize to draw image.
Public MethodDispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public MethodEndInit Ends the initialize.
Public MethodEquals Object Object
Public MethodGetHashCode Object
Public MethodGetType Object
Public MethodToString Object

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodBeginInitCore Begins the initialize core to draw image.
Protected MethodDispose Boolean Releases unmanaged and - optionally - managed resources.
Protected MethodEndInitCore Ends the initialize core.
Protected MethodFinalize Object(overriden) Finalizes an instance of the class.
Protected MethodMemberwiseClone Object

Public Properties

Name Return DeclaringType Summary
Public PropertyContext CGContext Gets or sets the context.
Public PropertyHeight Single Gets or sets the height for NativeImage.
Public PropertyUIImage UIImage Gets or sets the UI image.
Public PropertyWidth Single Gets or sets the width for NativeImage.

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

CGNativeImage()

Initializes a new instance of the class.

Parameters

Name Type Description

Go Back

CGNativeImage(Single, Single)

Initializes a new instance of the class.

Parameters

Name Type Description
width Single<!– System.Single –> The width.
height Single<!– System.Single –> The height.

Go Back

CGNativeImage(Stream)

Initializes a new instance of the class.

Parameters

Name Type Description
imageStream Stream<!– System.IO.Stream –> The image stream.

Go Back

CGNativeImage(UIImage)

Initializes a new instance of the class.

Parameters

Name Type Description
uiImage UIImage<!– MonoTouch.UIKit.UIImage –> The UI image.

Go Back

Protected Constructors

Public Methods

BeginInit()

Begins the initialize to draw image.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.iOSEdition.CGNativeImage –> Go Back

Dispose()

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

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.iOSEdition.CGNativeImage –> Go Back

EndInit()

Ends the initialize.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.iOSEdition.CGNativeImage –> Go Back

Equals(Object)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

GetHashCode()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

BeginInitCore()

Begins the initialize core to draw image.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.iOSEdition.CGNativeImage –> Go Back

Dispose(Boolean)

Releases unmanaged and - optionally - managed resources.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
p Boolean<!– System.Boolean –> true to release both managed and unmanaged resources; false to release only unmanaged resources.

<!– ThinkGeo.MapSuite.iOSEdition.CGNativeImage –> Go Back

EndInitCore()

Ends the initialize core.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.iOSEdition.CGNativeImage –> Go Back

Finalize()

Finalizes an instance of the class.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object(overriden) –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Public Properties

Context

Gets or sets the context.

Return Value

Return Type
CGContext<!– MonoTouch.CoreGraphics.CGContext –>

<!– ThinkGeo.MapSuite.iOSEdition.CGNativeImage –> Go Back

Height

Gets or sets the height for NativeImage.

Return Value

Return Type
Single<!– System.Single –>

<!– ThinkGeo.MapSuite.iOSEdition.CGNativeImage –> Go Back

UIImage

Gets or sets the UI image.

Return Value

Return Type
UIImage<!– MonoTouch.UIKit.UIImage –>

<!– ThinkGeo.MapSuite.iOSEdition.CGNativeImage –> Go Back

Width

Gets or sets the width for NativeImage.

Return Value

Return Type
Single<!– System.Single –>

<!– ThinkGeo.MapSuite.iOSEdition.CGNativeImage –> Go Back

Protected Properties

Public Events

thinkgeo.mapsuite.iosedition.cgnativeimage.1440040131.txt.gz · Last modified: 2015/09/21 08:32 (external edit)