Click or drag to resize
DistantSpecularEffectGetBounds Method (ICanvasResourceCreator)
Retrieves the bounds of this DistantSpecularEffect.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
Remarks

These bounds are the area the image would fill if it were drawn at target offset (0, 0), and identity transform.

If the resourceCreator parameter is a CanvasDrawingSession instance then the units used depends on the current value of the CanvasDrawingSession.Units property. Otherwise the result is in Dips.

See Also