C# Class Poppler.Rectangle

Datei anzeigen Open project: GNOME/pdfmod

Public Properties

Property Type Description
X1 double
X2 double
Y1 double
Y2 double
Zero Poppler.Rectangle

Public Methods

Method Description
Copy ( ) : Poppler.Rectangle
Free ( ) : void
New ( IntPtr raw ) : Poppler.Rectangle
New ( ) : Rectangle

Private Methods

Method Description
ReadNative ( IntPtr native, Poppler &target ) : void
poppler_rectangle_copy ( IntPtr raw ) : IntPtr
poppler_rectangle_free ( IntPtr raw ) : void
poppler_rectangle_get_type ( ) : IntPtr
poppler_rectangle_new ( ) : IntPtr

Method Details

Copy() public method

public Copy ( ) : Poppler.Rectangle
return Poppler.Rectangle

Free() public method

public Free ( ) : void
return void

New() public static method

public static New ( IntPtr raw ) : Poppler.Rectangle
raw System.IntPtr
return Poppler.Rectangle

New() public static method

public static New ( ) : Rectangle
return Rectangle

Property Details

X1 public_oe property

public double X1
return double

X2 public_oe property

public double X2
return double

Y1 public_oe property

public double Y1
return double

Y2 public_oe property

public double Y2
return double

Zero public_oe static_oe property

public static Poppler.Rectangle Zero
return Poppler.Rectangle