Gets or sets the horizontal and vertical resolution of the image.
Syntax
public SizeF Dimensions {get; set;}
public: __property SizeF get_Dimensions();
public: __property void set_Dimensions(
SizeF value
);
public:
property SizeF Dimensions {
SizeF get();
void set ( SizeF value);
}
'Declaration
Public Property Dimensions As SizeF
'Usage
Dim instance As Resolution
Dim value As SizeF
instance.Dimensions = value
value = instance.Dimensions
See Also