This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.core.geoimage [2015/09/21 01:04] admin |
thinkgeo.mapsuite.core.geoimage [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.Core.GeoImage ====== | ====== ThinkGeo.MapSuite.Core.GeoImage ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
This class represents an image you want to use on the GeoCanvas. | This class represents an image you want to use on the GeoCanvas. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 8: | Line 11: | ||
** {{wiki:PublicMethod.gif|}} GeoImage() ** | ** {{wiki:PublicMethod.gif|}} GeoImage() ** | ||
- | This is the constructor used to create a new GeoImage. | + | * //This is the constructor used to create a new GeoImage.// |
== Remarks == | == Remarks == | ||
- | You need to set the PathFileName if you intend to use this constructor. | + | * //You need to set the PathFileName if you intend to use this constructor.// |
== Parameters == | == Parameters == | ||
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} GeoImage(String) ** | ** {{wiki:PublicMethod.gif|}} GeoImage(String) ** | ||
- | This is the constructor to create a new GeoImage | + | * //This is the constructor to create a new GeoImage// |
== Remarks == | == Remarks == | ||
- | When you specify the path and filename, it should be in the correct format as such; however, the file does not need to exist on the file system. This is to allow us to accept streams supplied by the developer at runtime. If you choose to provide a file that exists, then we will attempt to use it. If we cannot find it, then we will raise the SteamLoading event and allow you to supply the stream. For example, you can pass in "C:\NotARealPath\File1.ecw", which does not exist on the file system. When we raise the event for you to supply a stream, we will pass to you the path and filename so you can differentiate the files. | + | * //When you specify the path and filename, it should be in the correct format as such; however, the file does not need to exist on the file system. This is to allow us to accept streams supplied by the developer at runtime. If you choose to provide a file that exists, then we will attempt to use it. If we cannot find it, then we will raise the SteamLoading event and allow you to supply the stream. For example, you can pass in "C:\NotARealPath\File1.ecw", which does not exist on the file system. When we raise the event for you to supply a stream, we will pass to you the path and filename so you can differentiate the files.// |
== Parameters == | == Parameters == | ||
* //pathFileName// | * //pathFileName// | ||
Line 26: | Line 29: | ||
** {{wiki:PublicMethod.gif|}} GeoImage(Stream) ** | ** {{wiki:PublicMethod.gif|}} GeoImage(Stream) ** | ||
- | This is the constructor to create a new GeoImage. | + | * //This is the constructor to create a new GeoImage.// |
== Remarks == | == Remarks == | ||
- | If you have a stream or an image in TIFF format, you can use this constructor to create a GeoImage from it. | + | * //If you have a stream or an image in TIFF format, you can use this constructor to create a GeoImage from it.// |
== Parameters == | == Parameters == | ||
* //imageStream// | * //imageStream// | ||
Line 37: | Line 40: | ||
** {{wiki:PublicMethod.gif|}} GeoImage(Int32,Int32) ** | ** {{wiki:PublicMethod.gif|}} GeoImage(Int32,Int32) ** | ||
- | This is the constructor to create a new GeoImage | + | * //This is the constructor to create a new GeoImage// |
== Remarks == | == Remarks == | ||
- | You can use this overload when you want to create a new GeoImage and only want to specify the width and height. You also need to pass in a GeoCanvas that will be used to create the GeoImage. | + | * //You can use this overload when you want to create a new GeoImage and only want to specify the width and height. You also need to pass in a GeoCanvas that will be used to create the GeoImage.// |
== Parameters == | == Parameters == | ||
* //width// | * //width// | ||
Line 48: | Line 51: | ||
* Type:Int32 | * Type:Int32 | ||
* Description:This parameter is the height in pixels for the new GeoImage. | * Description:This parameter is the height in pixels for the new GeoImage. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} GeoImage(Object) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | == Parameters == | ||
- | * //nativeImage// | ||
- | * Type:Object | ||
- | * Description:N/A | ||
<div newline></div> | <div newline></div> | ||
Line 65: | Line 57: | ||
** {{wiki:PublicMethod.gif|}} GetImageStream(GeoCanvas) ** | ** {{wiki:PublicMethod.gif|}} GetImageStream(GeoCanvas) ** | ||
- | This method returns the stream of the GeoImage. | + | * //This method returns the stream of the GeoImage.// |
== Remarks == | == Remarks == | ||
- | This method will raise the event that allows the user to supply their own stream. The event is also raised if they do not attempt to open the file specified in the PathFileName property. | + | * //This method will raise the event that allows the user to supply their own stream. The event is also raised if they do not attempt to open the file specified in the PathFileName property.// |
== Return Value == | == Return Value == | ||
Line 81: | Line 73: | ||
** {{wiki:PublicMethod.gif|}} GetWidth() ** | ** {{wiki:PublicMethod.gif|}} GetWidth() ** | ||
- | This method gets the width (in pixels) of this image. | + | * //This method gets the width (in pixels) of this image.// |
== Remarks == | == Remarks == | ||
- | None. | + | * //None.// |
== Return Value == | == Return Value == | ||
Line 93: | Line 85: | ||
** {{wiki:PublicMethod.gif|}} GetHeight() ** | ** {{wiki:PublicMethod.gif|}} GetHeight() ** | ||
- | This method gets the height (in pixels) of this image. | + | * //This method gets the height (in pixels) of this image.// |
== Remarks == | == Remarks == | ||
- | None. | + | * //None.// |
== Return Value == | == Return Value == | ||
Line 105: | Line 97: | ||
** {{wiki:PublicMethod.gif|}} Close() ** | ** {{wiki:PublicMethod.gif|}} Close() ** | ||
- | This method closes the GeoImage. It is the same as calling the Dispose. | + | * //This method closes the GeoImage. It is the same as calling the Dispose.// |
== Remarks == | == Remarks == | ||
- | This method closes the GeoImage. It is the same as calling the Dispose. | + | * //This method closes the GeoImage. It is the same as calling the Dispose.// |
== Return Value == | == Return Value == | ||
Line 114: | Line 106: | ||
== Parameters == | == Parameters == | ||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} Save(Stream) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //stream// | ||
- | * Type:Stream | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} Save(Stream,GeoImageFormat) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //stream// | ||
- | * Type:Stream | ||
- | * Description:N/A | ||
- | |||
- | * //geoImageFormat// | ||
- | * Type:[[ThinkGeo.MapSuite.Portable.GeoImageFormat|GeoImageFormat]] | ||
- | * Description:N/A | ||
- | |||
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} Dispose() ** | ** {{wiki:PublicMethod.gif|}} Dispose() ** | ||
- | This is the Dispose for the class. | + | * //This is the Dispose for the class.// |
== Remarks == | == Remarks == | ||
- | This overload will dispose of the stream in the GeoImage and release its resources. | + | * //This overload will dispose of the stream in the GeoImage and release its resources.// |
== Return Value == | == Return Value == | ||
Line 165: | Line 121: | ||
** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 177: | Line 133: | ||
** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 193: | Line 149: | ||
** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 205: | Line 161: | ||
** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 216: | Line 172: | ||
<div newline></div> | <div newline></div> | ||
==== Protected Methods ==== | ==== Protected Methods ==== | ||
- | ** {{wiki:ProtectedMethod.gif|}} zzY=(Stream) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Object | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //O1s=// | ||
- | * Type:Stream | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} CreateCore(Stream) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Object | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //stream// | ||
- | * Type:Stream | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} zzY=(Single,Single) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Object | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //PFs=// | ||
- | * Type:Single | ||
- | * Description:N/A | ||
- | |||
- | * //PVs=// | ||
- | * Type:Single | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} CreateCore(Single,Single) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Object | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //width// | ||
- | * Type:Single | ||
- | * Description:N/A | ||
- | |||
- | * //height// | ||
- | * Type:Single | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} 4U0=(GeoImage) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Int32 | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //Pls=// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} GetWidthCore(GeoImage) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Int32 | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //image// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} P1s=(GeoImage) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Int32 | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //QFs=// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} GetHeightCore(GeoImage) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Int32 | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //image// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} QVs=(GeoImage,Int32,Int32,GeoColor) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //Qls=// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | ||
- | * Description:N/A | ||
- | |||
- | * //Q1s=// | ||
- | * Type:Int32 | ||
- | * Description:N/A | ||
- | |||
- | * //RFs=// | ||
- | * Type:Int32 | ||
- | * Description:N/A | ||
- | |||
- | * //RVs=// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} SetPixelCore(GeoImage,Int32,Int32,GeoColor) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //image// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | ||
- | * Description:N/A | ||
- | |||
- | * //x// | ||
- | * Type:Int32 | ||
- | * Description:N/A | ||
- | |||
- | * //y// | ||
- | * Type:Int32 | ||
- | * Description:N/A | ||
- | |||
- | * //color// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} IiY=(GeoImage) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //Rls=// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} CloneCore(GeoImage) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //image// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} R1s=(GeoImage,Int32,Int32) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //SFs=// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | ||
- | * Description:N/A | ||
- | |||
- | * //SVs=// | ||
- | * Type:Int32 | ||
- | * Description:N/A | ||
- | |||
- | * //Sls=// | ||
- | * Type:Int32 | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} GetPixelCore(GeoImage,Int32,Int32) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //image// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | ||
- | * Description:N/A | ||
- | |||
- | * //j// | ||
- | * Type:Int32 | ||
- | * Description:N/A | ||
- | |||
- | * //i// | ||
- | * Type:Int32 | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} rBs=(Object) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //S1s=// | ||
- | * Type:Object | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} DisposeCore(Object) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //concrete// | ||
- | * Type:Object | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} TFs=(GeoImage,Stream,ImageCodecInfo,EncoderParameters) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //TVs=// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | ||
- | * Description:N/A | ||
- | |||
- | * //Tls=// | ||
- | * Type:Stream | ||
- | * Description:N/A | ||
- | |||
- | * //T1s=// | ||
- | * Type:ImageCodecInfo | ||
- | * Description:N/A | ||
- | |||
- | * //UFs=// | ||
- | * Type:EncoderParameters | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} SaveCore(GeoImage,Stream,Guid,Guid,Int64) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //image// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | ||
- | * Description:N/A | ||
- | |||
- | * //stream// | ||
- | * Type:Stream | ||
- | * Description:N/A | ||
- | |||
- | * //jpegCodecInfo// | ||
- | * Type:Guid | ||
- | * Description:N/A | ||
- | |||
- | * //encoderParameters// | ||
- | * Type:Guid | ||
- | * Description:N/A | ||
- | |||
- | * //jpegQuality// | ||
- | * Type:Int64 | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} TFs=(GeoImage,Stream,GeoImageFormat) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //UVs=// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | ||
- | * Description:N/A | ||
- | |||
- | * //Uls=// | ||
- | * Type:Stream | ||
- | * Description:N/A | ||
- | |||
- | * //U1s=// | ||
- | * Type:[[ThinkGeo.MapSuite.Portable.GeoImageFormat|GeoImageFormat]] | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} SaveCore(GeoImage,Stream,GeoImageFormat) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //image// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | ||
- | * Description:N/A | ||
- | |||
- | * //streamSource// | ||
- | * Type:Stream | ||
- | * Description:N/A | ||
- | |||
- | * //imageFormat// | ||
- | * Type:[[ThinkGeo.MapSuite.Portable.GeoImageFormat|GeoImageFormat]] | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} VFs=(GeoImage,Single,Single) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //VVs=// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | ||
- | * Description:N/A | ||
- | |||
- | * //Vls=// | ||
- | * Type:Single | ||
- | * Description:N/A | ||
- | |||
- | * //V1s=// | ||
- | * Type:Single | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} SetResolutionCore(GeoImage,Single,Single) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //image// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | ||
- | * Description:N/A | ||
- | |||
- | * //xDpi// | ||
- | * Type:Single | ||
- | * Description:N/A | ||
- | |||
- | * //yDpi// | ||
- | * Type:Single | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} TFs=(GeoImage,String) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //WFs=// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | ||
- | * Description:N/A | ||
- | |||
- | * //WVs=// | ||
- | * Type:String | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} Wls=(Stream) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Single | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //W1s=// | ||
- | * Type:Stream | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} GetImageHeightCore(Stream) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Single | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //imageStream// | ||
- | * Type:Stream | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} XFs=(Stream) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Single | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //XVs=// | ||
- | * Type:Stream | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} GetImageWidthCore(Stream) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Single | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //imageStream// | ||
- | * Type:Stream | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} OnStreamLoading(StreamLoadingEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnStreamLoading(StreamLoadingEventArgs) ** | ||
- | This method raises the StreamLoading event, allowing you to specify your own stream. | + | * //This method raises the StreamLoading event, allowing you to specify your own stream.// |
== Remarks == | == Remarks == | ||
- | None | + | * //None// |
== Return Value == | == Return Value == | ||
Line 775: | Line 187: | ||
* Description:This parameter represents the event arguments for the StreamLoading event. | * Description:This parameter represents the event arguments for the StreamLoading event. | ||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} nyM=() ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Stream | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} GetImageStreamCore(GeoCanvas) ** | ** {{wiki:ProtectedMethod.gif|}} GetImageStreamCore(GeoCanvas) ** | ||
- | This method returns the stream of the GeoImage. | + | * //This method returns the stream of the GeoImage.// |
== Remarks == | == Remarks == | ||
- | This method will raise the event that allows the user to supply their own stream. The event is also raised if they do not attempt to open the file specified in the PathFileName property. | + | * //This method will raise the event that allows the user to supply their own stream. The event is also raised if they do not attempt to open the file specified in the PathFileName property.// |
== Return Value == | == Return Value == | ||
Line 801: | Line 201: | ||
* //canvas// | * //canvas// | ||
* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} IiY=() ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} QVs=(Int32,Int32,GeoColor) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //aVs=// | ||
- | * Type:Int32 | ||
- | * Description:N/A | ||
- | |||
- | * //als=// | ||
- | * Type:Int32 | ||
- | * Description:N/A | ||
- | |||
- | * //a1s=// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} TFs=(String) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //bls=// | ||
- | * Type:String | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} TFs=(String,GeoImageFormat) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //b1s=// | ||
- | * Type:String | ||
- | * Description:N/A | ||
- | |||
- | * //cFs=// | ||
- | * Type:[[ThinkGeo.MapSuite.Portable.GeoImageFormat|GeoImageFormat]] | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} TFs=(Stream,ImageCodecInfo,EncoderParameters) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //cVs=// | ||
- | * Type:Stream | ||
- | * Description:N/A | ||
- | |||
- | * //cls=// | ||
- | * Type:ImageCodecInfo | ||
- | * Description:N/A | ||
- | |||
- | * //c1s=// | ||
- | * Type:EncoderParameters | ||
* Description:N/A | * Description:N/A | ||
Line 902: | Line 206: | ||
** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
- | This is the Dispose method for the class. | + | * //This is the Dispose method for the class.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 914: | Line 218: | ||
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 923: | Line 227: | ||
== Parameters == | == Parameters == | ||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}}{{wiki:Static.gif|}} bFs=(Stream) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //bVs=// | ||
- | * Type:Stream | ||
- | * Description:N/A | ||
- | |||
<div newline></div> | <div newline></div> | ||
==== Public Properties ==== | ==== Public Properties ==== | ||
- | ** {{wiki:PublicProperty.gif|}} NativeImage ** | + | ** {{wiki:PublicProperty.gif|}} Opacity ** |
N/A | N/A | ||
Line 947: | Line 235: | ||
N/A | N/A | ||
== Return Value == | == Return Value == | ||
- | * Type:Object | + | * Type:Single |
** {{wiki:PublicProperty.gif|}} PathFilename ** | ** {{wiki:PublicProperty.gif|}} PathFilename ** | ||
Line 982: | Line 270: | ||
==== Protected Properties ==== | ==== Protected Properties ==== | ||
- | ** {{wiki:ProtectedProperty.gif|}} 2CQ= ** | + | ** {{wiki:ProtectedProperty.gif|}} NativeImage ** |
N/A | N/A | ||
Line 988: | Line 276: | ||
N/A | N/A | ||
== Return Value == | == Return Value == | ||
- | * Type:Int32 | + | * Type:Object |
- | + | ||
- | ** {{wiki:ProtectedProperty.gif|}} pTY= ** | + | |
- | + | ||
- | N/A | + | |
- | == Remarks == | + | |
- | N/A | + | |
- | == Return Value == | + | |
- | * Type:Int32 | + | |
==== Public Events ==== | ==== Public Events ==== |