| ImageHelperGetTrimmedImage Method (Int32, Int32, Int32, Int32) | 
            Trim image by specified area.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntaxpublic Image GetTrimmedImage(
	int width,
	int height,
	int xPos,
	int yPos
)
Parameters
- width
 - Type: SystemInt32
New width of the image - height
 - Type: SystemInt32
New height of the image - xPos
 - Type: SystemInt32
X coordinates of trimmed area - yPos
 - Type: SystemInt32
Y coordinates of trimmed area 
Return Value
Type: 
Image
See Also