Class SourceImageParams
Inheritance
System.Object
SourceImageParams
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()
Namespace: Aurigma.DesignAtoms.Storage.FileCache
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class SourceImageParams : ISourceImageParams
Constructors
SourceImageParams()
Declaration
public SourceImageParams()
Properties
ColorProfile
Declaration
public ColorProfile ColorProfile { get; }
Property Value
| Type | Description |
|---|---|
| Aurigma.GraphicsMill.ColorProfile |
ContainsOnlyVectorElements
Declaration
public bool ContainsOnlyVectorElements { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
DpiX
Declaration
public float DpiX { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
DpiY
Declaration
public float DpiY { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
FileFormat
Declaration
public FileFormat FileFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| FileFormat |
Height
Declaration
public int Height { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Ink
Declaration
public Ink Ink { get; }
Property Value
| Type | Description |
|---|---|
| Aurigma.GraphicsMill.Ink |
Palette
Declaration
public ColorPalette Palette { get; }
Property Value
| Type | Description |
|---|---|
| Aurigma.GraphicsMill.ColorPalette |
PixelFormat
Declaration
public PixelFormat PixelFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| Aurigma.GraphicsMill.PixelFormat |
Width
Declaration
public int Width { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Implements
Aurigma.GraphicsMill.IImageParams