Back to Website
Show / Hide Table of Contents

Interface ICanvasRenderer

Namespace: Aurigma.DesignAtoms.Rendering
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface ICanvasRenderer

Methods

Render(RenderingContext, ICanvas, Single, Color, Nullable<ColorSpace>, IRenderingColorSettings, IColorProfilesProvider, Nullable<Boolean>, Nullable<RectangleF>, Boolean, Boolean, WorkspaceTransformParams)

Declaration
Bitmap Render(RenderingContext renderingContext, ICanvas canvas, float dpi, Color backgroundColor, ColorSpace? destinationColorSpace, IRenderingColorSettings colorSettings, IColorProfilesProvider profilesProvider, bool? pdfRenderKeepOriginalColors, RectangleF? bounds = null, bool isPreview = false, bool isSingleColorTargetContainer = false, WorkspaceTransformParams workspaceTransformParams = null)
Parameters
Type Name Description
RenderingContext renderingContext
ICanvas canvas
System.Single dpi
Aurigma.GraphicsMill.Color backgroundColor
System.Nullable<ColorSpace> destinationColorSpace
IRenderingColorSettings colorSettings
IColorProfilesProvider profilesProvider
System.Nullable<System.Boolean> pdfRenderKeepOriginalColors
System.Nullable<System.Drawing.RectangleF> bounds
System.Boolean isPreview
System.Boolean isSingleColorTargetContainer
WorkspaceTransformParams workspaceTransformParams
Returns
Type Description
Aurigma.GraphicsMill.Bitmap

Render(RenderingContext, PipelineElement, ICanvas, Single, Color, Nullable<ColorSpace>, IRenderingColorSettings, IColorProfilesProvider, Nullable<Boolean>, Nullable<RectangleF>, Boolean, Boolean, WorkspaceTransformParams, Tuple<String, RectangleF>[], Boolean)

Declaration
void Render(RenderingContext renderingContext, PipelineElement writer, ICanvas canvas, float dpi, Color backgroundColor, ColorSpace? destinationColorSpace, IRenderingColorSettings colorSettings, IColorProfilesProvider profilesProvider, bool? pdfRenderKeepOriginalColors, RectangleF? bounds = null, bool isPreview = false, bool isSingleColorTargetContainer = false, WorkspaceTransformParams workspaceTransformParams = null, Tuple<string, RectangleF>[] pdfBoxes = null, bool isPdfRenderDeviceProfileEnabled = false)
Parameters
Type Name Description
RenderingContext renderingContext
Aurigma.GraphicsMill.PipelineElement writer
ICanvas canvas
System.Single dpi
Aurigma.GraphicsMill.Color backgroundColor
System.Nullable<ColorSpace> destinationColorSpace
IRenderingColorSettings colorSettings
IColorProfilesProvider profilesProvider
System.Nullable<System.Boolean> pdfRenderKeepOriginalColors
System.Nullable<System.Drawing.RectangleF> bounds
System.Boolean isPreview
System.Boolean isSingleColorTargetContainer
WorkspaceTransformParams workspaceTransformParams
System.Tuple<System.String, System.Drawing.RectangleF>[] pdfBoxes
System.Boolean isPdfRenderDeviceProfileEnabled
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback