IniKeyValue.ValuePointF Property

TG.INI

IniKeyValueValuePointF Property

Get or set a PointF value.

Namespace:  TG.INI
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public PointF ValuePointF { get; set; }
Public Property ValuePointF As PointF
	Get
	Set
public:
property PointF ValuePointF {
	PointF get ();
	void set (PointF value);
}
member ValuePointF : PointF with get, set

Property Value

Type: PointF
See Also