pub fn on_frame_image_ready(
child: impl IntoUiNode,
handler: Handler<FrameImageReadyArgs>,
) -> UiNodeExpand description
P On window frame rendered.
If frame_capture_mode is set the image will be available in the event args.
pub fn on_frame_image_ready(
child: impl IntoUiNode,
handler: Handler<FrameImageReadyArgs>,
) -> UiNodeP On window frame rendered.
If frame_capture_mode is set the image will be available in the event args.