开发者

Difference between stroke and fill?

开发者 https://www.devze.com 2023-01-24 04:31 出处:网络
What\'s the difference between Stroke and Fill drawing in开发者_如何学C graphics context (iPhone SDK)Stroke is line drawing, Fill is \"colouring in\" (for want of a better term).

What's the difference between Stroke and Fill drawing in开发者_如何学C graphics context (iPhone SDK)


Stroke is line drawing, Fill is "colouring in" (for want of a better term).

So in the case of a shape (like a circle), the stroke is the border (circumference) and the fill is the body (interior).

Difference between stroke and fill?


Stroke only draws stuff on the border of the path.

Fill only draws stuff in the interior of the path.

Difference between stroke and fill?

0

精彩评论

暂无评论...
验证码 换一张
取 消