Back to Devexpress

DrawingObject.OriginalSize Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-drawingobject-e3d85f54.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
SizeF OriginalSize { get; }
vb
ReadOnly Property OriginalSize As SizeF

Property Value

TypeDescription
SizeF

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

|

See Also

Size

DrawingObject Interface

DrawingObject Members

DevExpress.XtraRichEdit.API.Native Namespace