SproutCMS

This is the code documentation for the SproutCMS project

function sanitizeGeometry()

Sanitize and normalize a geometry array based on the temporary image
width and height. Valid properties are: width, height, top, left.

Usage

void $ImageDriver->sanitizeGeometry ( array &$geometry );

Arguments

  1. array $geometry (by reference)
    geometry properties

Return value

  • void