op_Addition
operator +
يترجم أPointF
من خلال معينSize
.
public static PointF operator +(PointF pt, Size sz)
معامل | يكتب | وصف |
---|---|---|
pt | PointF | الPointF لتضيف. |
sz | Size | الSize لتضيف |
قيمة الإرجاع
الPointF
هذا هو نتيجة عملية الإضافة.
أنظر أيضا
- struct Size
- struct PointF
- مساحة الاسم System.Drawing
- المجسم Aspose.Drawing
operator +
يترجم أPointF
من خلال معينSizeF
.
public static PointF operator +(PointF pt, SizeF sz)
معامل | يكتب | وصف |
---|---|---|
pt | PointF | الPointF لتضيف. |
sz | SizeF | الSizeF لتضيف |
قيمة الإرجاع
الPointF
هذا هو نتيجة عملية الإضافة.
أنظر أيضا
- struct SizeF
- struct PointF
- مساحة الاسم System.Drawing
- المجسم Aspose.Drawing