Struct ContentItemAssetCrop
- Namespace
- CMS.ContentEngine
- Assembly
- CMS.ContentEngine.dll
Represents a crop of an asset.
public struct ContentItemAssetCrop
- Extension Methods
Properties
Height
The height of the crop.
public int Height { readonly get; set; }
Property Value
- int
IsManual
Indicates if the crop is manual.
public bool IsManual { readonly get; set; }
Property Value
- bool
Width
The width of the crop.
public int Width { readonly get; set; }
Property Value
- int
X
The X coordinate of the top-left corner of the crop.
public int X { readonly get; set; }
Property Value
- int
Y
The Y coordinate of the top-left corner of the crop.
public int Y { readonly get; set; }
Property Value
- int