C# (CSharp) Nez.Svg FauxGraphicsPath - 2 Beispiele gefunden. Dies sind die am besten bewerteten C# (CSharp) Beispiele für die Nez.Svg.FauxGraphicsPath, die aus Open Source-Projekten extrahiert wurden. Sie können Beispiele bewerten, um die Qualität der Beispiele zu verbessern.
THIS IS A HORRIBLE ABOMINATION! PCLs dont have access to System.Drawing so this class is a wrapper for accessing the GraphicsPath class. It has the full public API that Nez needs for SVG files but the whole mess is all accessed via reflection. It is slow as all hell and not recommended for production use. It's only purpose is so that Nez works with SVG files out of the box to get up and running fast.