Skip to content

RasterProjectionResult

Namespace: ThinkGeo.Core

Represents the RasterProjectionResult class.

public class RasterProjectionResult

Inheritance objectRasterProjectionResult

Properties

Image

Gets or sets the Image.

public GeoImage Image { get; set; }

Property Value

GeoImage

ImageExtent

Gets or sets the ImageExtent.

public RectangleShape ImageExtent { get; set; }

Property Value

RectangleShape

Constructors

RasterProjectionResult(GeoImage, RectangleShape)

Initializes a new instance of the RasterProjectionResult class.

public RasterProjectionResult(GeoImage image, RectangleShape imageExtent)

Parameters

image GeoImage

imageExtent RectangleShape