pub unsafe extern "C" fn view_port_set_height(
view_port: *mut ViewPort,
height: u8,
)Expand description
Set view_port height.
Will be used to limit canvas drawing area and autolayout feature.
ยงArguments
view_port- ViewPort instanceheight- wanted height, 0 - auto.