public override void Draw()
 {
     Context2D.DrawBitmap(bitmap, destinationRectangle, opacity, interpolationMode, sourceRectangle);
 }