C# Class Example1_9.PointC

Afficher le fichier Open project: mono/sysdrawing-coregraphics Class Usage Examples

Méthodes publiques

Свойство Type Description
ARGBArray int[]
C float
pointf System.Drawing.PointF

Méthodes publiques

Méthode Description
PointC ( ) : System
PointC ( PointF ptf, float c ) : System
PointC ( PointF ptf, float c, int argbArray ) : System

Method Details

PointC() public méthode

public PointC ( ) : System
Résultat System

PointC() public méthode

public PointC ( PointF ptf, float c ) : System
ptf System.Drawing.PointF
c float
Résultat System

PointC() public méthode

public PointC ( PointF ptf, float c, int argbArray ) : System
ptf System.Drawing.PointF
c float
argbArray int
Résultat System

Property Details

ARGBArray public_oe property

public int[] ARGBArray
Résultat int[]

C public_oe property

public float C
Résultat float

pointf public_oe property

public PointF,System.Drawing pointf
Résultat System.Drawing.PointF