Class RelativeCropAction
  An ImageAction that allows cropping an image, positioning the cropping rectangle relative to the width/height of the image.
    Inheritance
    
    
    
    
    RelativeCropAction
   
  
  Namespace: System.Dynamic.ExpandoObject
  Syntax
  
    [GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class RelativeCropAction : CropActionAbsoluteSizeBase
   
  Properties
  
     
    
  
  
    
  
  
  
  
  
  
  Declaration
  
    [JsonProperty("x", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public float X { get; set; }
   
  Property Value
  
   
  
     
    
  
  
    
  
  
  
  
  
  
  Declaration
  
    [JsonProperty("y", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public float Y { get; set; }
   
  Property Value
  
   
  Methods
  
     
    
  
  
    
  
  
  
  
  
  
  Declaration
  
    public static RelativeCropAction FromJson(string data)
   
  Parameters
  
  Returns