Skip to main content

Class SourceImageParams

Namespace: Aurigma.DesignAtoms.Storage.Models
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class SourceImageParams : ISourceImageParams

Inheritance: System.Object -> SourceImageParams

Implements

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

SourceImageParams

public SourceImageParams()

Properties

FileFormat

public FileFormat FileFormat { get; set; }

Width

public int Width { get; set; }

Height

public int Height { get; set; }

DpiX

public float DpiX { get; set; }

DpiY

public float DpiY { get; set; }

PixelFormat

public PixelFormat PixelFormat { get; set; }

Ink

public Ink Ink { get; }

Palette

public ColorPalette Palette { get; }

ColorProfile

public ColorProfile ColorProfile { get; }

ContainsOnlyVectorElements

public bool ContainsOnlyVectorElements { get; set; }
Was this page helpful?