C# Class Poppler.Color

Afficher le fichier Open project: GNOME/pdfmod

Méthodes publiques

Свойство Type Description
Blue ushort
Green ushort
Red ushort
Zero Poppler.Color

Méthodes publiques

Méthode Description
Copy ( ) : Poppler.Color
Free ( ) : void
New ( ) : Color
New ( IntPtr raw ) : Poppler.Color

Private Methods

Méthode Description
ReadNative ( IntPtr native, Poppler &target ) : void
poppler_color_copy ( IntPtr raw ) : IntPtr
poppler_color_free ( IntPtr raw ) : void
poppler_color_get_type ( ) : IntPtr
poppler_color_new ( ) : IntPtr

Method Details

Copy() public méthode

public Copy ( ) : Poppler.Color
Résultat Poppler.Color

Free() public méthode

public Free ( ) : void
Résultat void

New() public static méthode

public static New ( ) : Color
Résultat Color

New() public static méthode

public static New ( IntPtr raw ) : Poppler.Color
raw System.IntPtr
Résultat Poppler.Color

Property Details

Blue public_oe property

public ushort Blue
Résultat ushort

Green public_oe property

public ushort Green
Résultat ushort

Red public_oe property

public ushort Red
Résultat ushort

Zero public_oe static_oe property

public static Poppler.Color Zero
Résultat Poppler.Color