VectorMath.RectangleD.ComputeProperties C# (CSharp) Method

ComputeProperties() private method

private ComputeProperties ( ) : void
return void
        private void ComputeProperties()
        {
            Left = X;
            Right = X + Width;

            Top = Y;
            Bottom = Y + Height;
        }