Struct FsRect
public struct FsRect
- Inherited Members
Constructors
FsRect(double, double, double, double)
public FsRect(double left, double top, double right, double bottom)
Parameters
Fields
bottom
public double bottom
Field Value
left
public double left
Field Value
right
public double right
Field Value
top
public double top