AIA.Selection.UpdateSelectionBox C# (CSharp) Méthode

UpdateSelectionBox() public méthode

public UpdateSelectionBox ( int width, int height ) : void
width int
height int
Résultat void
        public void UpdateSelectionBox(int width, int height)
        {
            _SelectionBox.Width = width;
            _SelectionBox.Height = height;
        }