DrawingObject.OriginalSize Property
In This Article
Returns the original size of a shape or picture (that is the size before you scale or resize the object).
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
#Property Value
Type | Description |
---|---|
Size |
An object that stores the shape’s original width and height in measurement units specified by the Document. |
See Also