Aspose::Cells::Drawing::Shape::GetWidthPt method
Shape::GetWidthPt method
Represents the width of the shape, in unit of point.
double Aspose::Cells::Drawing::Shape::GetWidthPt()
Examples
if (shape.GetWidthPt() == 3)
shape.SetWidthPt(1);
See Also
- Class Vector
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++