Dicom.Imaging.SpatialTransform.Rotate C# (CSharp) Method

Rotate() public method

public Rotate ( int angle ) : void
angle int
return void
        public void Rotate(int angle)
        {
            _rotate += angle;
        }