protected override void AddPath( GraphicsPath path, LeadRectD rect )
protected override void AddPath( GraphicsPath path, LeadRectD rect )
-(void) addRect:(LeadRectD) rect toPath:(CGPathRef) path;
@Override protected void addPath( Path path, LeadRectD rect )
This class will add a rectangular shape path to the context at rect.
Note: In WinRT, the path is a Windows.UI.Xaml.Shapes.Path object.