Class ImageLoader.ExtendedImageSource
Inheritance
System.Object
ImageLoader.ExtendedImageSource
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()
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class ExtendedImageSource
Constructors
ExtendedImageSource(IConfiguration, IFileCacheImageParamsReader, ISourceImageParamsReader, ImageItem.ImageSource)
Declaration
public ExtendedImageSource(IConfiguration configuration, IFileCacheImageParamsReader fileCacheImageParamsReader, ISourceImageParamsReader imageParamsReader, ImageItem.ImageSource source)
Parameters
Properties
DpiX
Declaration
public float DpiX { get; }
Property Value
| Type |
Description |
| System.Single |
|
DpiY
Declaration
public float DpiY { get; }
Property Value
| Type |
Description |
| System.Single |
|
Height
Declaration
public int? Height { get; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
HorizontalResolution
Declaration
public float HorizontalResolution { get; }
Property Value
| Type |
Description |
| System.Single |
|
IsVector
Declaration
public bool? IsVector { get; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
Source
Declaration
public ImageItem.ImageSource Source { get; }
Property Value
VerticalResolution
Declaration
public float VerticalResolution { get; }
Property Value
| Type |
Description |
| System.Single |
|
Width
Declaration
public int? Width { get; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
Methods
GetRatioWidthToHeight()
Declaration
public float GetRatioWidthToHeight()
Returns
| Type |
Description |
| System.Single |
|