public static PathAppearance Parse(Dictionary <string, string> styles) { PathAppearance pathStyle = new PathAppearance(); pathStyle.ParseCore(styles); return(pathStyle); }
public RenderedPathInfo(PathAppearance appearance, PathLocationInfo pathLocationInfo = null) { appearanceCore = appearance; pathCore = new GraphicsPath(); locationInfoCore = pathLocationInfo ?? new PathLocationInfo(); }
public static PathAppearance Parse(Dictionary<string, string> styles) { PathAppearance pathStyle = new PathAppearance(); pathStyle.ParseCore(styles); return pathStyle; }
protected virtual void ParsePathStylesCore(Dictionary<string, string> styles) { pathAppearanceCore = PathAppearance.Parse(styles); }
protected virtual void ParsePathStylesCore(Dictionary <string, string> styles) { pathAppearanceCore = PathAppearance.Parse(styles); }