Class GraphicsContainerDrawer
Namespace: Aurigma.DesignAtoms.Canvas
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class GraphicsContainerDrawer
Inheritance: System.Object -> GraphicsContainerDrawer
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
GraphicsContainerDrawer
public GraphicsContainerDrawer(IColorManagement colorManagement, bool pdfRenderDeviceProfileEnabled, float opacity, IRenderingColorSettings colorSettings, PixelFormat? destinationPixelFormat)
Methods
DrawGraphicsContainer
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 |