SVGCircleElement.CreateGraphicsPath C# (CSharp) Method

CreateGraphicsPath() protected method

protected CreateGraphicsPath ( ) : void
return void
    protected override void CreateGraphicsPath()
    {
        _graphicsPath = new SVGGraphicsPath();
        _graphicsPath.Add(this);
        _graphicsPath.transformList = summaryTransformList;
    }