System.Html.Media.Graphics.SVG.SVGMatrix.Rotate C# (CSharp) 메소드

Rotate() 공개 메소드

public Rotate ( double angle ) : SVGMatrix
angle double
리턴 SVGMatrix
        public SVGMatrix Rotate(double angle)
        {
            return default(SVGMatrix);
        }