方法
GtkSnapshotpush_clip
声明 [src]
void
gtk_snapshot_push_clip (
GtkSnapshot* snapshot,
const graphene_rect_t* bounds
)
参数
bounds
-
类型:
graphene_rect_t
要剪切到的矩形。
数据由方法的调用者拥有。
void
gtk_snapshot_push_clip (
GtkSnapshot* snapshot,
const graphene_rect_t* bounds
)
bounds
类型: graphene_rect_t
要剪切到的矩形。
数据由方法的调用者拥有。 |