C# Class Monobjc.ApplicationServices.CGFloat

Afficher le fichier Open project: Monobjc/monobjc Class Usage Examples

Méthodes publiques

Свойство Type Description
value float

Méthodes publiques

Méthode 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 méthode

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

ToString() public méthode

Returns the a string representation of this instance.
public ToString ( ) : string
Résultat string

Property Details

value public_oe property

The wrapped value.
public float value
Résultat float