Gets a value indicating whether to use supplied size. False: Image W/H is used; True: Supplied W/H is used.

Namespace: MonoSoftware.Core.Drawing
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public bool UseSuppliedSize { get; set; }
Visual Basic
Public Property UseSuppliedSize As Boolean
	Get
	Set
Visual C++
public:
property bool UseSuppliedSize {
	bool get ();
	void set (bool value);
}
F#
member UseSuppliedSize : bool with get, set

Property Value

Type: Boolean

See Also