Add() public method

public Add ( SVGCircleElement, circleElement ) : void
circleElement SVGCircleElement,
return void
Beispiel #1
0
    protected override void CreateGraphicsPath()
    {
        _graphicsPath = new SVGGraphicsPath();

        _graphicsPath.Add(this);
        _graphicsPath.transformList = summaryTransformList;
    }
Beispiel #2
0
    protected override void CreateGraphicsPath()
    {
        _graphicsPath = new SVGGraphicsPath();

        _graphicsPath.Add(this);
        _graphicsPath.transformList = summaryTransformList;
    }