[ Version ( since = "3.2" ) ]
public bool is_rasterized ()
Return whether this has been rasterized.
This procedure returns true if the specified this has been previously rasterized. In this case, you should treat this this as the generic raster variant.
For instance, a [class@Gimp.TextLayer] object implements the gimprasterizable interface. If a text layer instance were to return true, you should only consider its rendering as returned by [ method@Gimp.Drawable.get_buffer].
On the other hand, if this returned false, depending on your intents, you may prefer to use the text contents and its properties with the various procedures provided by the [class@Gimp.TextLayer] class interface.
| this |
The rasterizable item. |
|
TRUE if this is rasterized. |