public interface GraphicObjectConverter
Modifier and Type | Method and Description |
---|---|
com.aspose.imaging.fileformats.metafile.Rop2 |
compositeToRop(Composite composite)
Converts a Composite object to the GDI raster operation.
|
com.aspose.imaging.fileformats.metafile.BrushInfo |
paintToBrush(Paint paint)
Converts a Paint object to the GDI brush.
|
com.aspose.imaging.fileformats.metafile.PenInfo |
strokeToPen(Stroke stroke)
Converts a Stroke object to the GDI pen.
|
com.aspose.imaging.fileformats.metafile.Rop2 compositeToRop(Composite composite)
composite
- composite to convert.com.aspose.imaging.fileformats.metafile.PenInfo strokeToPen(Stroke stroke)
stroke
- Stroke to convert.com.aspose.imaging.fileformats.metafile.BrushInfo paintToBrush(Paint paint)
paint
- Paint to convert.Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.