DK11 for Java | tatukgis.jdk.TGIS_RendererAbstract.MeasureShieldTexture | Constructors | Fields | Methods | Properties
Measure shield size
// Java public TObject MeasureShieldTexture( TObject _shp, /* ref */ @ValueTypeParameter VarParameter<TPoint> _size );
// Oxygene public function MeasureShieldTexture( _shp : TObject; var _size : TPoint ) : TObject; virtual;
Name | Type | Description |
---|---|---|
_shp | TObject | shape for which shield must be rendered |
_size | TPoint | actual active size of shield |
Type | Description |
---|---|
TObject | Newly create label layout. Must be free directly or will be free indirectly upon RenderShieldTexture call. |