arrow_back Back to all endpoints

build_frame_mat_window

Represents the window inside a mat. You can have multiple windows.

Name Description Type Additional information
width Mat opening's width in inches decimal None.
height Mat opening's height in inches decimal None.
window_x Mat opening's top left's x corrdinate in inches. Only use if you do not want to center the mat window. decimal None.
window_y Mat opening's top left's y corrdinate in inches. Only use if you do not want to center the mat window. decimal None.
mat_image_to_display_url Optional - Include the url of an image file you want to display in the window. Must be JPG or PNG. Note, this will override the frame_image_to_display_url parameter. text None.