ISvgPaintServer.ResolveBrush
ISvgPaintServer.ResolveBrush method
Resolves the brush for the paint server.
public IBrush ResolveBrush(ISVGDeviceContext deviceContext,
ISVGPropertyResolvingContext resolvingContext, float opacity,
CancellationToken cancellationToken)
Parameter | Type | Description |
---|---|---|
deviceContext | ISVGDeviceContext | The device context used for SVG rendering. See ISVGDeviceContext . |
resolvingContext | ISVGPropertyResolvingContext | The context used for resolving SVG properties. ISVGPropertyResolvingContext |
opacity | Single | The opacity value. |
cancellationToken | CancellationToken | The cancellation token. |
Return Value
The resolved IBrush
.
See Also
- interface IBrush
- interface ISVGDeviceContext
- interface ISVGPropertyResolvingContext
- interface ISvgPaintServer
- namespace Aspose.Svg.Rendering.Styles.PaintServers
- assembly Aspose.SVG