Click or drag to resize

ReprojectionBlock Structure

Encapsulates the coordinates of a target block in image re-projection.

Namespace:  Ptv.XServer.Controls.Map.Tools.Reprojection
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public struct ReprojectionBlock

The ReprojectionBlock type exposes the following members.

Constructors
  NameDescription
Public methodReprojectionBlock
Creates and initializes the ReprojectionBlock.
Top
Properties
  NameDescription
Public propertyLeftBottom
Point (left|bottom)
Public propertyLeftTop
Point (left|top)
Public propertyRightBottom
Point (right|bottom)
Public propertyRightTop
Point (right|top)
Top
Methods
  NameDescription
Public methodRender
Top
Fields
  NameDescription
Public fieldX0
marks the left
Public fieldX1
marks the right
Public fieldY0
marks the top
Public fieldY1
marks the bottom
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
Remarks
In re-projection, this structure is easier to use than .NET's rectangle class, offering only (x0|y0) along with a width and a height.
See Also