GraphicFrame
Rectangle Property
|
Gets the coordinates of a frame.
Read-only
RectangleF
.
Namespace:
Spire.Presentation.Drawing
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public RectangleF Rectangle { get; }
Public ReadOnly Property Rectangle As RectangleF
Get
public:
property RectangleF Rectangle {
RectangleF get ();
}
member Rectangle : RectangleF with get
Property Value
Type:
RectangleF
See Also