Click or drag to resize
AtlasEffectPaddingRectangle Property
The padding rectangle specifies how much padding was included when creating the atlas bitmap. This should only be larger than SourceRectangle if the pixels between the two rectangles are transparent black. This may result in Direct2D executing the graph more efficiently.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public Rect PaddingRectangle { get; set; }

Property Value

Type: Rect
See Also