TileBrushCalculator.

NeedsIntermediate Property

Summary

Gets a value indicating whether an intermediate image should be created in order to render the tile brush.

Syntax

public bool NeedsIntermediate { get; }

Remarks

Intermediate images are required when a brush's TileMode is not repeating but the source and destination aspect ratios are unequal, as all of the currently supported rendering backends do not support non-tiled image brushes.

Value

Type Description
bool