User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_rendererabstract.measureshieldtexture_itbaseobject_itpoint

Table of Contents

ITGIS_RendererAbstract.MeasureShieldTexture method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_RendererAbstract.MeasureShieldTexture | Methods | Properties

Measure shield size

Available also on: Delphi | .NET | Java | Python.

Syntax

// C#
public ITBaseObject MeasureShieldTexture(
  ITBaseObject _shp,
  ref ITPoint _size
);
' VisualBasic
Public Function MeasureShieldTexture(
  ByVal _shp As ITBaseObject,
  ByRef _size As ITPoint
) As ITBaseObject
// Oxygene
public
  function MeasureShieldTexture(
    _shp : ITBaseObject;
    var _size : ITPoint
  ) : ITBaseObject;

Parameters

Name Type Description
_shp ITBaseObject shape for which shield must be rendered
_size ITPoint actual active size of shield

Result

Type Description
ITBaseObject Newly create label layout. Must be free directly or will be free indirectly upon RenderShieldTexture call.
2022/11/30 19:09

Page Tools