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