'Declaration
Public Overridable Function GetBounds( _
ByVal As AnnContainerMapper, _
ByVal As AnnLabel, _
ByVal As AnnFixedStateOperations _
) As LeadRectD
'Usage
Dim instance As AnnLabelRenderer
Dim mapper As AnnContainerMapper
Dim label As AnnLabel
Dim operations As AnnFixedStateOperations
Dim value As LeadRectD
value = instance.GetBounds(mapper, label, operations)
- (LeadRectD)getBoundsMapper:(LTAnnContainerMapper *)mapper
label:(LTAnnLabel *)label
operation:(LTAnnFixedStateOperations)operation
LeadRectD getBounds(
AnnContainerMapper mapper,
AnnLabel label,
int annFixedStateOperations
)
function Leadtools.Annotations.Rendering.AnnLabelRenderer.GetBounds(
mapper ,
label ,
operations
)