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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.