C# Class FaceSpot.FacePixbufPos

Datei anzeigen Open project: kanitw/facespot Class Usage Examples

Public Properties

Property Type Description
leftX uint
pixbuf Gdk.Pixbuf
topY uint
width uint

Public Methods

Method Description
FacePixbufPos ( Gdk.Pixbuf pixbuf, uint leftX, uint topY, uint width ) : System

Method Details

FacePixbufPos() public method

public FacePixbufPos ( Gdk.Pixbuf pixbuf, uint leftX, uint topY, uint width ) : System
pixbuf Gdk.Pixbuf
leftX uint
topY uint
width uint
return System

Property Details

leftX public_oe property

public uint leftX
return uint

pixbuf public_oe property

public Pixbuf,Gdk pixbuf
return Gdk.Pixbuf

topY public_oe property

public uint topY
return uint

width public_oe property

public uint width
return uint