Returns a bitmap of the current display with the specified properties.

Overload List

  NameDescription
GetBitmap()()()
Returns a bitmap of the current display the same size as shown on screen.
GetBitmap(Int32, Int32)
Returns a bitmap of the specified size and width, containing the current display scaled to maintain the current aspect ratio.
GetBitmap(Int32, Int32, Color)
Returns a bitmap of the specified size and width, containing the current display scaled to maintain the current aspect ratio with the specified background color.

See Also