Image.PhysicalDimension 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 width and height of this image.
public:
property System::Drawing::SizeF PhysicalDimension { System::Drawing::SizeF get(); };
public System.Drawing.SizeF PhysicalDimension { get; }
member this.PhysicalDimension : System.Drawing.SizeF
Public ReadOnly Property PhysicalDimension As SizeF
Property Value
A SizeF structure that represents the width and height of this Image.
Remarks
If the image is a bitmap, the width and height are returned in pixels. If the image is a metafile, the width and height are returned in 0.01 millimeter units.
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.