 | RectangleFY Property |
Gets or sets the y-component of the position of this rectangle.
Namespace: Slash.Math.Geometry.RectanglesAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntaxpublic float Y { get; set; }
Public Property Y As Single
Get
Set
public:
property float Y {
float get ();
void set (float value);
}
member Y : float32 with get, set
Property Value
Type:
Single
See Also