nn::camera::CTR::GetTrimmingParams Function

Syntax

void GetTrimmingParams(
     s16 * pXStart,
     s16 * pYStart,
     s16 * pXEnd,
     s16 * pYEnd,
     Port port
);

Arguments

Name Description
out pXStart Starting position for trimming (x-coordinate)
out pYStart Starting position for trimming (y-coordinate)
out pXEnd Ending position for trimming (x-coordinate)
out pYEnd Ending position for trimming (y-coordinate)
in port Specifies the port for which to get settings.

Return Values

None.

Description

Gets the positions to which to trim.

Gets the trimming position value specified by the SetTrimmingParams or SetTrimmingParamsCenter functions. Gets the initial value if these functions have not yet been called.

Revision History

2010/09/24
Added description of the value obtained.
2010/01/07
Initial version.

CONFIDENTIAL