Table of Contents

Enum BrushMappingMode

Namespace
nanoFramework.Presentation.Media
Assembly
nanoFramework.Graphics.dll

Specifies how a brush is mapped to a shape or region.

public enum BrushMappingMode

Fields

Absolute = 0

The brush is mapped in absolute coordinates.

RelativeToBoundingBox = 1

The brush is mapped relative to the bounding box of the shape or region.