GmagickDraw::point

(PECL gmagick >= Unknown)

GmagickDraw::point点を描く

説明

public GmagickDraw::point(float $x, float $y): GmagickDraw

現在の描画色と太さを使って、指定した座標に点を描きます。

パラメータ

x

点の x 座標。

y

点の y 座標。

戻り値

GmagickDraw オブジェクトを返します。

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top