Class GraphicsContainerDrawer
Inheritance
System.Object
GraphicsContainerDrawer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Canvas
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class GraphicsContainerDrawer
Constructors
GraphicsContainerDrawer(IColorManagement, Boolean, Single, IRenderingColorSettings, Nullable<PixelFormat>)
Declaration
public GraphicsContainerDrawer(IColorManagement colorManagement, bool pdfRenderDeviceProfileEnabled, float opacity, IRenderingColorSettings colorSettings, PixelFormat? destinationPixelFormat)
Parameters
| Type | Name | Description |
|---|---|---|
| IColorManagement | colorManagement | |
| System.Boolean | pdfRenderDeviceProfileEnabled | |
| System.Single | opacity | |
| IRenderingColorSettings | colorSettings | |
| System.Nullable<PixelFormat> | destinationPixelFormat |
Methods
DrawGraphicsContainer(Graphics, GraphicsContainer, Boolean, Boolean, Color)
Declaration
public void DrawGraphicsContainer(Graphics graphics, GraphicsContainer container, bool overprint, bool isSingleColorTargetContainer = false, Color singleTargetColor = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.GraphicsMill.AdvancedDrawing.Graphics | graphics | |
| Aurigma.GraphicsMill.AdvancedDrawing.GraphicsContainer | container | |
| System.Boolean | overprint | |
| System.Boolean | isSingleColorTargetContainer | |
| Aurigma.GraphicsMill.Color | singleTargetColor |