RasterProjectionResult¶
Namespace: ThinkGeo.Core
Represents the RasterProjectionResult class.
public class RasterProjectionResult
Inheritance object → RasterProjectionResult
Properties¶
Image¶
Gets or sets the Image.
public GeoImage Image { get; set; }
Property Value¶
ImageExtent¶
Gets or sets the ImageExtent.
public RectangleShape ImageExtent { get; set; }
Property Value¶
Constructors¶
RasterProjectionResult(GeoImage, RectangleShape)¶
Initializes a new instance of the RasterProjectionResult class.
public RasterProjectionResult(GeoImage image, RectangleShape imageExtent)
Parameters¶
image GeoImage
imageExtent RectangleShape