Gets the image format value.

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

Syntax

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

Property Value

Type: ImageFormat

See Also