Пример #1
0
        public bool Draw(IntPtr hdc, float x, float y, int clipWidth, int clipHeight, Color?backColor = null)
        {
            var hdcInt = hdc.ToInt32();

            return(_pattern.Draw(hdcInt, x, y, clipWidth, clipHeight, backColor.ToUInt()));
        }