System.Xml.XmlText.GetBoxQuads C# (CSharp) Method

GetBoxQuads() public method

public GetBoxQuads ( ) : DOMQuad[]
return DOMQuad[]
        public DOMQuad[] GetBoxQuads()
        {
            return null;
        }

Same methods

XmlText::GetBoxQuads ( BoxQuadOptions options ) : DOMQuad[]