 | FS_POINTFX Property |
Gets or sets the x-coordinate of this
FS_POINTF.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic float X {
get;
set; }
Public Property X As Single
Get
Set
public:
property float X {
float get ();
void set (float value);
}
member X : float32 with
get, set
/** @property */
public float get_X()
/** @property */
public void set_X(float value)
function get_X();
function set_X(value);
Property Value
Single
See Also