TileBrushCalculator Class

Namespace
Avalonia.Rendering.Utilities
Base Types
  • object
graph BT Type-->Base0["object"] Type["TileBrushCalculator"] class Type type-node

Syntax

public class TileBrushCalculator

Constructors

Properties

Name Value Summary
DestinationRect Rect
Gets the rectangle on the destination control to which content should be rendered.
IntermediateClip Rect
Gets the clip rectangle on the intermediate image with which the brush content should be drawn when NeedsIntermediate is true.
IntermediateSize Size
Gets the size of the intermediate image that should be created when NeedsIntermediate is true.
IntermediateTransform Matrix
Gets the transform to be used when rendering to the intermediate image when NeedsIntermediate is true.
IsValid bool
NeedsIntermediate bool
Gets a value indicating whether an intermediate image should be created in order to render the tile brush.
SourceRect Rect
Gets the area of the source content to be rendered.

Methods