WidthPt

Shape.WidthPt property

Nokta birimi olarak şeklin genişliğini temsil eder.

public double WidthPt { get; set; }

Örnekler


[C#]
if (shape.WidthPt == 3)
    shape.WidthPt = 1;

Ayrıca bakınız