Function ctru_sys::CAMU_GetTrimmingParams
source · pub unsafe extern "C" fn CAMU_GetTrimmingParams(
xStart: *mut s16,
yStart: *mut s16,
xEnd: *mut s16,
yEnd: *mut s16,
port: u32_
) -> Result
Expand description
Gets the parameters used for trimming images.
§Arguments
xStart
- Pointer to write the start X coordinate to.yStart
- Pointer to write the start Y coordinate to.xEnd
- Pointer to write the end X coordinate to.yEnd
- Pointer to write the end Y coordinate to.port
- Port to use.