Click or drag to resize
CanvasRenderTarget Properties

The CanvasRenderTarget type exposes the following members.

Properties
  NameDescription
Public propertyAlphaMode
Gets the alpha mode of this bitmap.
(Inherited from CanvasBitmap.)
Public propertyBounds
Gets the bounds of the bitmap, in device independent pixels (DIPs).
(Inherited from CanvasBitmap.)
Public propertyDescription
The description of this bitmap's underlying surface.
(Inherited from CanvasBitmap.)
Public propertyDevice
The device associated with this bitmap.
(Inherited from CanvasBitmap.)
Public propertyDpi
Gets the dots-per-inch (DPI) of this bitmap.
(Inherited from CanvasBitmap.)
Public propertyFormat
Gets the pixel format of this bitmap.
(Inherited from CanvasBitmap.)
Public propertySize
Gets the size of the bitmap, in device independent pixels (DIPs).
(Inherited from CanvasBitmap.)
Public propertySizeInPixels
Gets the size of the bitmap, in pixels.
(Inherited from CanvasBitmap.)
Top
See Also