CSharpOutline.TextRegion.TextRegion C# (CSharp) Method

TextRegion() public method

public TextRegion ( ) : System
return System
        public TextRegion()
        {
            Children = new List<TextRegion>();
        }

Same methods

TextRegion::TextRegion ( SnapshotPoint startPoint, TextRegionType type ) : System