GetConnectionPoints

Shape.GetConnectionPoints method

احصل على نقاط الاتصال

public float[][] GetConnectionPoints()

قيمة الإرجاع

أزواج [X ، Y] من نقطة الاتصال. كل عنصر عبارة عن مصفوفة عائمة [2] ، [0] تمثل x و [1] تمثل y.

أمثلة


[C#]
float[][] points = shape.GetConnectionPoints();

أنظر أيضا