Esempio n. 1
0
        public static XPImageBrush Create(DocumentRenderingContext context, ImageBrush brush)
        {
            XPImageBrush xpImageBrush = new XPImageBrush(brush);

            xpImageBrush.Construct(context, brush);
            return(xpImageBrush);
        }
Esempio n. 2
0
 public static XPImageBrush Create(DocumentRenderingContext context, ImageBrush brush)
 {
   XPImageBrush xpImageBrush = new XPImageBrush(brush);
   xpImageBrush.Construct(context, brush);
   return xpImageBrush;
 }