Gets and sets the dimensions of the image.
'Declaration
Public Property Dimensions As SizeF
'Usage
Dim instance As Resolution
Dim value As SizeF
instance.Dimensions = value
value = instance.Dimensions
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);
}
Property Value
The
System.Drawing.SizeF value set. The value returned from the get is rounded based on the
Precision property. However, the actual value stored internally is based on what is set into this property. Setting the
Precision property to
MaximumPrecision will return the entire value stored.