Class Rectangle
A rectangle used in a SnapshotImage.
public class Rectangle
- Inheritance
-
Rectangle
- Inherited Members
Properties
Height
Gets or sets the height.
public double Height { get; set; }
Property Value
Width
Gets or sets the width.
public double Width { get; set; }
Property Value
X
Gets or sets the X coordinate.
public double X { get; set; }
Property Value
Y
Gets or sets the Y coordinate.
public double Y { get; set; }
Property Value
Methods
ToString()
Converts to string.
public override string ToString()