TdxSizeF.Create(Single,Single) Method
In This Article
Returns a TdxSizeF object with the specified width and height values.
#Declaration
#Parameters
Name | Type |
---|---|
AWidth | Single |
AHeight | Single |
#Returns
Type |
---|
Tdx |
#Remarks
Pass the Width and Height field values as the AWidth and AHeight parameters, respectively.
See Also