Пример #1
0
        private void ReadContentAttributes(ContentVObject vObject, SvgVoContent svg)
        {
            ReadRectangleAttributes(vObject, svg);

            vObject.MaskColor = svg.MaskColor;
        }
Пример #2
0
        private void WriteContentAttributes(SvgVoContent svg, ContentVObject vObject)
        {
            WriteRectangleAttributes(svg, vObject);

            svg.MaskColor = vObject.MaskColor;
        }