Click or drag to resize
ScaleEffect Properties

The ScaleEffect 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 propertyCenterPoint
Point to scale around. Default value (0,0).
Public propertyInterpolationMode
Interpolation mode. Default value Linear.
Public propertyName
Attaches a user-defined name string to the effect.
Public propertyScale
Image scale factor. Default value (1,1).
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 Scale effect.
Top
See Also