Added in Version 2.3.0

init(image: UIImage, x: Double, y: Double, width: Int)

オブジェクトの初期化

init(image: UIImage, x: Double, y: Double, width: Int)

パラメータ

image

画像データ

UIImage

x

画像の始点(左上)のX座標(mm)

Double

y

画像の始点(左上)のY座標(mm)

Double

width

横幅(ドット)

Int