VectorMath.RectangleD.ComputeProperties C# (CSharp) Méthode

ComputeProperties() private méthode

private ComputeProperties ( ) : void
Résultat void
        private void ComputeProperties()
        {
            Left = X;
            Right = X + Width;

            Top = Y;
            Bottom = Y + Height;
        }