AODL.Document.Import.OpenDocument.NodeProcessors.LocalStyleProcessor.CreateGraphicProperties C# (CSharp) Метод

CreateGraphicProperties() приватный Метод

Creates the graphic properties.
private CreateGraphicProperties ( IStyle style, XmlNode propertyNode ) : GraphicProperties
style IStyle The style.
propertyNode System.Xml.XmlNode The property node.
Результат AODL.Document.Styles.Properties.GraphicProperties
		private GraphicProperties CreateGraphicProperties(IStyle style, XmlNode propertyNode)
		{
			GraphicProperties graphicProperties	= new GraphicProperties(style);
			graphicProperties.Node				= propertyNode;

			return graphicProperties;
		}