This class regroups settings required to specify the size of an image input using a size and an aspect ratio.
Inheritance
StandardImageInputSettings
[Serializable]
public abstract class StandardImageInputSettings : ImageInputSettings
Properties
Stores the output image height.
Declaration
public override int OutputHeight { get; set; }
Property Value
Overrides
Stores the output image width.
Declaration
public override int OutputWidth { get; set; }
Property Value
Overrides
Methods
Declaration
protected override bool ValidityCheck(List<string> errors)
Parameters
Returns
Overrides