 | RectangleIRight 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
Syntaxpublic int Right { get; }
Public ReadOnly Property Right As Integer
Get
public:
property int Right {
int get ();
}
member Right : int with get
Property Value
Type:
Int32
See Also