Click or drag to resize

ShapeBase Size Property

Gets the size of the shape in its native units. Top level shapes are in points. Child shapes are in parent coordinate system.

Namespace: Spire.Doc.Fields.Shapes
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public SizeF Size { get; }

Property Value

Type: SizeF
See Also