ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> This class represents an NativeImage object for iOS platform.
*System.Object **ThinkGeo.MapSuite.iOSEdition.CGNativeImage
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Initializes a new instance of the class. | ||
![]() | Single, Single | Initializes a new instance of the class. | |
![]() | Stream | Initializes a new instance of the class. | |
![]() | UIImage | Initializes a new instance of the class. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Begins the initialize core to draw image. | ||
![]() | Boolean | Releases unmanaged and - optionally - managed resources. | |
![]() | Ends the initialize core. | ||
![]() | Object(overriden) | Finalizes an instance of the class. | |
![]() | Object |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
Initializes a new instance of the class.
Name | Type | Description |
---|
Initializes a new instance of the class.
Name | Type | Description |
---|---|---|
width | Single<!– System.Single –> | The width. |
height | Single<!– System.Single –> | The height. |
Initializes a new instance of the class.
Name | Type | Description |
---|---|---|
imageStream | Stream<!– System.IO.Stream –> | The image stream. |
Initializes a new instance of the class.
Name | Type | Description |
---|---|---|
uiImage | UIImage<!– MonoTouch.UIKit.UIImage –> | The UI image. |
Begins the initialize to draw image.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.iOSEdition.CGNativeImage –> Go Back
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.iOSEdition.CGNativeImage –> Go Back
Ends the initialize.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.iOSEdition.CGNativeImage –> Go Back
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Begins the initialize core to draw image.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.iOSEdition.CGNativeImage –> Go Back
Releases unmanaged and - optionally - managed resources.
Return Type | Description |
---|---|
Void<!– System.Void –> |
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
Ends the initialize core.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.iOSEdition.CGNativeImage –> Go Back
Finalizes an instance of the class.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object(overriden) –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Gets or sets the context.
Return Type |
---|
CGContext<!– MonoTouch.CoreGraphics.CGContext –> |
<!– ThinkGeo.MapSuite.iOSEdition.CGNativeImage –> Go Back
Gets or sets the height for NativeImage.
Return Type |
---|
Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.iOSEdition.CGNativeImage –> Go Back
Gets or sets the UI image.
Return Type |
---|
UIImage<!– MonoTouch.UIKit.UIImage –> |
<!– ThinkGeo.MapSuite.iOSEdition.CGNativeImage –> Go Back
Gets or sets the width for NativeImage.
Return Type |
---|
Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.iOSEdition.CGNativeImage –> Go Back