Reign.Video.IViewPort.Set C# (CSharp) Méthode

Set() public méthode

public Set ( Point2 position, Size2 size ) : void
position Point2
size Size2
Résultat void
        public void Set(Point2 position, Size2 size)
        {
            this.Position = position;
            this.Size = size;
        }

Same methods

IViewPort::Set ( int x, int y, int width, int height ) : void