FPDFPageObj_GetStrokeWidth function
- @Native<FPDF_BOOL Function(FPDF_PAGEOBJECT, Pointer<
Float> )>(FPDF_PAGEOBJECT, ffi.Pointer<ffi.Float>)>()
- FPDF_PAGEOBJECT page_object,
- Pointer<
Float> width
Get the stroke width of a page object.
path - the handle to the page object. width - the width of the stroke.
Returns TRUE on success
Implementation
@ffi.Native<FPDF_BOOL Function(FPDF_PAGEOBJECT, ffi.Pointer<ffi.Float>)>()
external int FPDFPageObj_GetStrokeWidth(
FPDF_PAGEOBJECT page_object,
ffi.Pointer<ffi.Float> width,
);