Rectangul F

Rectangul F

Opinie generală

RectangleF este o clasă în Aspose.Slides FOSS pentru Java.

Reprezintă un dreptunghi definit prin poziție și dimensiune folosind coordonatele de punct plutitor.

Proprietăți

Numele de proprietateTipul de vehiculAccesulDescriere:
xfloatCiteşte.
yfloatCiteşte.Proprietatea obține sau stabilește coordonata y din colțul de sus stâng.
widthfloatCiteşte.Proprietatea obține sau stabilește lățimea dreptunghiului.
heightfloatCiteşte.

Metode de evaluare

SemnăturaDescriere:
RectangleF(x: float, y: float, width: float, height: float)Creează un nou RectangleF.
getX()floatObține coordonata x din colțul de sus stâng.
getY()floatObține coordonata y din colțul de sus stâng.
getWidth()floatAre lăţimea.
getHeight()floatIa înălţimea.
equals(obj: Object)booleanCompară acest dreptunghi cu un alt obiect pentru egalitate.
hashCode()intÎntoarce un cod hash derivat din câmpurile dreptunghiului.
toString()String
 Română