Click or drag to resize
CanvasDrawingSession Properties

The CanvasDrawingSession type exposes the following members.

Properties
  NameDescription
Public propertyAntialiasing
Enables or disables primitive edge antialiasing for this drawing session.
Public propertyBlend
Sets the blend mode for this drawing session.
Public propertyDevice
Gets the underlying device used by this drawing session.
Public propertyDpi
Gets the dots-per-inch (DPI) of this drawing session.
Public propertyEffectBufferPrecision
Specifies the default precision used for intermediate buffers when drawing image effects.
Public propertyEffectTileSize
Specifies the tile size used when drawing image effects.
Public propertyTextAntialiasing
Sets the text antialiasing mode for this drawing session.
Public propertyTextRenderingParameters
Describes advanced options which are applied when text is being drawn.
Public propertyTransform
Sets the transform matrix that will be applied to subsequent drawing calls on this drawing session.
Public propertyUnits
Sets what units are used to specifiy coordinates for this drawing session.
Top
See Also