Class CropActionGeneric
Parameters for cropping actions.
Inheritance
CropActionGeneric
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class CropActionGeneric : ImageActionBase
Properties
Defines position of cropping rectangle.
Declaration
[JsonProperty("position", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public CropPositionBase Position { get; set; }
Property Value
Defines size of cropping rectangle.
Declaration
[JsonProperty("size", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public CropSizeBase Size { get; set; }
Property Value
Methods
Declaration
public static CropActionGeneric FromJson(string data)
Parameters
Returns