search results

  1. @iPath: I only tested with XE2 (update 4), but if I directly draw something on a TRectangle, this is visible as long as the Rectangle is visible... if I minimize my ...
    stackoverflow.com/questions/13672135/​how-to-copy-a... - Cached
  2. static public Bitmap Copy(Bitmap srcBitmap, Rectangle section) â€" This function returns a Bitmap object containing the specified region of the source Bitmap object.
    msdn.microsoft.com/en-us/library/​aa457087.aspx - Cached
    More results from msdn.microsoft.com »
  3. Return a new matrix with a copy of the canvas\' current ... The rectangle that the bitmap will be scaled ... If the bitmap and canvas have ...
    developer.android.com/reference/android/​graphics/Canvas.html - Cached
  4. Bitmap) Initializes the bitmap with a copy of the original image ... You can get the bitmap that the canvas draws on with the ... The rectangle that the bitmap will ...
    www.basic4ppc.co m/android/help/​drawing.html - Cached
  5. VB Helper: HowTo: Copy part of an image onto ... Create a Graphics object attached to the destination Bitmap. Create two Rectangle objects representing the part of ...
    www.vb-helper.com/howto_net_drawimage_​copy_part.html - Cached
  6. One of WPF\'s nicer features is its ability to render any visual into a bitmap ... inside Grid in a Canvas of the ... =\"rectMainShape\"> </ Rectangle > </ Canvas ...
    www.west-wind.com/.../10/Rendering-a-​WPF-Container-to-Bitmap - Cached
  7. To paint the inside of the rectangle, ... two Rectangle elements are drawn in a Canvas. The first rectangle has a Blue interior. ... Copy < Canvas Width = \" 120 \" ...
    msdn.microsoft.com/en-us/library/​ms752315 - Cached
  8. Return a new matrix with a copy of the canvas\' current ... The rectangle that the bitmap will be scaled/translated ... Fill the entire canvas\' bitmap ...
    wing-linux.sourceforge.net/.../android/​graphics/Canvas.html - Cached
  9. is now done by a function which gets a canvas and a rectangle: ... When drawing to a bitmap or printer I do not only want to copy the window content to the bitmap, ...
    www.vistax64.com/avalon/361-how-draw-​bitmap-printer.html - Cached
  10. The code to copy one bitmap into another is like this: ... How to draw a rectangle ... { // Draw a bitmap to the canvas at 0,0 canvas.drawBitmap ...
    stackoverflow.com/questions/2618355 - Cached