Skip to main content

DiagramImage.SourceImageSize Property

Gets the size of the source image.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

[Browsable(false)]
public virtual SizeF SourceImageSize { get; protected set; }

Property Value

Type Description
SizeF

A Size instance that is the size of the source image.

See Also