EmbeddedImage.Size Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the size of the embedded image.
public:
property System::Drawing::SizeF Size { System::Drawing::SizeF get(); };
[System.Xml.Serialization.XmlIgnore]
public System.Drawing.SizeF Size { get; }
[<System.Xml.Serialization.XmlIgnore>]
member this.Size : System.Drawing.SizeF
Public ReadOnly Property Size As SizeF
Property Value
A SizeF object.
- Attributes