Skip to main content

Class GraphicsContainerItemsProcessor

Namespace: Aurigma.DesignAtoms.Rendering
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class GraphicsContainerItemsProcessor

Inheritance: System.Object -> GraphicsContainerItemsProcessor

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

GraphicsContainerItemsProcessor

public GraphicsContainerItemsProcessor(float opacity, bool pdfRenderDeviceProfileEnabled, bool convertSpotColor, IColorManagement colorManagement, IRenderingColorSettings colorSettings = null, PixelFormat? destinationPixelFormat = null, bool singleColorTargetContainer = false, Color singleTargetColor = null)

Methods

ProcessContainerItems

public void ProcessContainerItems(GraphicsContainer container, CancellationToken cancellationToken = default(CancellationToken))
Parameters
TypeNameDescription
Aurigma.GraphicsMill.AdvancedDrawing.GraphicsContainercontainer
System.Threading.CancellationTokencancellationToken
Was this page helpful?