Пример #1
0
 public void RenderShadow(RenderContext context, DeviceContextProxy deviceContext)
 {
     if (core.CanRenderFlag)
     {
         core.RenderShadow(context, deviceContext);
     }
 }