Пример #1
0
 /// <summary>
 /// After all in-memory paint on RazorGFX, call it to display it on control
 /// </summary>
 public void RazorPaint()
 {
     RP.Paint(hDCRef, Bitmap);
 }
Пример #2
0
 /// <summary>
 /// After all in-memory paint on RazorGFX, call it to display it on control
 /// </summary>
 public void RazorPaint()
 {
     RP.Paint(hDCRef, RazorBMP);
 }