Image.PhysicalDimension 속성
정의
이 이미지의 너비와 높이를 가져옵니다.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
속성 값
이 SizeF의 너비와 높이를 나타내는 Image 구조체입니다.A SizeF structure that represents the width and height of this Image.
설명
이미지가 비트맵이 면 너비와 높이가 픽셀 단위로 반환 됩니다.If the image is a bitmap, the width and height are returned in pixels. 이미지가 메타 파일 인 경우 너비와 높이가 0.01 밀리미터 단위로 반환 됩니다.If the image is a metafile, the width and height are returned in 0.01 millimeter units.