Back to FabImage Library website
You are here: Start » Function Reference » All Functions » Geometry 2D Basics » FisFilter_AccessStringLabel
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
| Header: | FIL.h |
|---|---|
| Namespace: | fis |
| Module: | FoundationLite |
Returns individual fields of a StringLabel structure.
Syntax
void fis::FisFilter_AccessStringLabel ( const fil::StringLabel& inLabel, ftl::String& outText, fil::Point2D& outPosition )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inLabel | const StringLabel& | ||
![]() |
outText | String& | ||
![]() |
outPosition | Point2D& |


