| RectangleFRight Property |
Gets the x-component of the right side of this rectangle.
Namespace: Slash.Math.Geometry.RectanglesAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax public float Right { get; }
Public ReadOnly Property Right As Single
Get
public:
property float Right {
float get ();
}
member Right : float32 with get
Property Value
Type:
SingleSee Also