Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DrawingObject.OriginalSize Property

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.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

SizeF OriginalSize { get; }

Property Value

Type Description
SizeF

An object that stores the shape’s original width and height in measurement units specified by the Document.Unit property.

See Also