Class WindowFilter
Filter condition to select only data objects which are
completely
contained within
the specified window.
Inheritance
System.Object
WindowFilter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mars.Core.Data.Entities
Assembly: Mars.Core.dll
Syntax
public class WindowFilter
Properties
| Improve this Doc View SourceLowerLeft
The lower-left corner position of the window.
Declaration
public double[] LowerLeft { get; set; }
Property Value
Type | Description |
---|---|
System.Double[] |
UpperRight
The upper-right corner position of the window.
Declaration
public double[] UpperRight { get; set; }
Property Value
Type | Description |
---|---|
System.Double[] |