예제 #1
0
 public override void Draw()
 {
     Context2D.DrawBitmap(bitmap, destinationRectangle, opacity, interpolationMode, sourceRectangle);
 }