Click or drag to resize
Transform2DEffect Properties

The Transform2DEffect type exposes the following members.

Properties
  NameDescription
Public propertyBorderMode
Border mode for edge pixels. Default value Soft.
Public propertyBufferPrecision
Specifies what precision to use for intermediate buffers when drawing this effect.
Public propertyCacheOutput
Enables caching the output from drawing this effect.
Public propertyInterpolationMode
Interpolation mode. Default value Linear.
Public propertyName
Attaches a user-defined name string to the effect.
Public propertySharpness
When using high quality cubic interpolation mode, specifies the sharpness level of the scaling filter as a float between 0 and 1.
Public propertySource
Gets or sets the input source for Transform2D effect.
Public propertyTransformMatrix
Gets or sets the 3x2 affine transform matrix. Default value is the identity matrix.
Top
See Also