Image.Size 속성
정의
이 이미지의 너비와 높이를 픽셀로 가져옵니다.Gets the width and height, in pixels, of this image.
public:
property System::Drawing::Size Size { System::Drawing::Size get(); };
public System.Drawing.Size Size { get; }
member this.Size : System.Drawing.Size
Public ReadOnly Property Size As Size
속성 값
이 이미지의 너비와 높이(픽셀)를 나타내는 Size 구조체입니다.A Size structure that represents the width and height, in pixels, of this image.