Class SourceImageParams
Namespace: Aurigma.DesignAtoms.Storage.Models
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class SourceImageParams : ISourceImageParams
Inheritance: System.Object -> SourceImageParams
Implements
- Aurigma.DesignAtoms.Storage.Models.ISourceImageParams
Aurigma.GraphicsMill.IImageParams
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
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; }