ISVGRenderContext.ApplyRenderProperties

ISVGRenderContext.ApplyRenderProperties method

Applies the render properties and executes the rendering action.

public void ApplyRenderProperties(CancellationToken cancellationToken, Action render)
ParameterTypeDescription
cancellationTokenCancellationTokenThe cancellation token to cancel the rendering process.
renderActionThe action that performs the rendering.

See Also