nn::camera::CTR::GetTrimmingParams Function
void GetTrimmingParams(
s16 * pXStart,
s16 * pYStart,
s16 * pXEnd,
s16 * pYEnd,
Port port
);
| 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. |
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.
CONFIDENTIAL