14 Mayıs 2017 Pazar

JavaFX Canvas Sınıfı

getGraphicsContext2D metodu
Şöyle yaparız. GraphicsContext nesnesi döndürür.
GraphicsContext gc = canvas.getGraphicsContext2D();
getHeight metodu
Şöyle yaparız.
canvas.getHeight();
getWidth metodu
Şöyle yaparız.
canvas.getWidth();
snapShot metodu
Şöyle yaparız.
Image snapshot = canvas.snapshot(null, null);

Hiç yorum yok:

Yorum Gönder