Exemplo n.º 1
0
        public bool DrawShape(IntPtr hdc, float x, float y, IGeometry geometry, bool drawVertices, int clipWidth, int clipHeight,
                              Color?backColor = null)
        {
            var hdcInt = hdc.ToInt32();

            return(_style.DrawShape(hdcInt, x, y, geometry.GetInternal(), drawVertices, clipWidth, clipHeight, backColor.ToUInt()));
        }