C# Class Monobjc.ApplicationServices.CGFloat

Show file Open project: Monobjc/monobjc Class Usage Examples

Public Properties

Property Type Description
value float

Public Methods

Method Description
CGFloat ( float value )

Initializes a new instance of the CGFloat struct.

ToString ( ) : string

Returns the a string representation of this instance.

Method Details

CGFloat() public method

Initializes a new instance of the CGFloat struct.
public CGFloat ( float value )
value float The value.

ToString() public method

Returns the a string representation of this instance.
public ToString ( ) : string
return string

Property Details

value public property

The wrapped value.
public float value
return float