This commit is contained in:
2011-10-14 10:43:47 +00:00
parent 7af8870639
commit c04081d056
5 changed files with 48 additions and 0 deletions

View File

@@ -9,6 +9,12 @@ namespace Volian.Svg.Library
[XmlRoot("svg")]
public partial class Svg : SvgGroup
{
private static System.Drawing.PointF _AbsoluteOffset;
public static System.Drawing.PointF AbsoluteOffset
{
get { return Svg._AbsoluteOffset; }
set { Svg._AbsoluteOffset = value; }
}
private static System.Drawing.Color _OverrrideColor = System.Drawing.Color.Empty;
public static System.Drawing.Color OverrideColor
{