方法

Gsk路径get_stroke_bounds

自4.14版起可用

声明 [src]

gboolean
gsk_path_get_stroke_bounds (
  GskPath* self,
  const GskStroke* stroke,
  graphene_rect_t* bounds
)

描述 [src]

计算给定路径绘制边界的参数。

返回的边界可能比必要的更大,因为此函数旨在快速运行,而不是精确。边界保证包含受绘边框影响的区域,包括类似于斜肩的突出部分。

自4.14版起可用

参数

stroke

类型: GskStroke

绘制参数。

数据归方法调用者所有。
bounds

类型: graphene_rect_t

填充的边界。

该参数将由函数设置。
返回数据归实例所有。

返回值

类型: 布尔型

如果路径有边界则为真,如果路径已知为空且没有边界则为假。