Skip to main content

Class GraphicsContainerDrawer

Namespace: Aurigma.DesignAtoms.Canvas
Assembly: Aurigma.DesignAtoms.dll
Syntax
public 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

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
TypeNameDescription
Aurigma.GraphicsMill.AdvancedDrawing.Graphicsgraphics
Aurigma.GraphicsMill.AdvancedDrawing.GraphicsContainercontainer
System.Booleanoverprint
System.BooleanisSingleColorTargetContainer
Aurigma.GraphicsMill.ColorsingleTargetColor
Was this page helpful?