CSharpOutline.TextRegion.TextRegion C# (CSharp) Метод

TextRegion() публичный Метод

public TextRegion ( ) : System
Результат System
        public TextRegion()
        {
            Children = new List<TextRegion>();
        }

Same methods

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