示例#1
0
        public static void PopLayer(this ID2D1DeviceContext context)
        {
            if (context == null)
            {
                throw new ArgumentNullException(nameof(context));
            }

            context.PopLayer();
        }