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