Click or drag to resize
AB4D logo

AxisWithOverlayLabelsVisual3DGetTitleTextBlockPosition Method

GetTitleTextBlockPosition returns the 2D position of the title TextBlock.

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 12.0.9484.2048
Syntax
C#
protected virtual Point GetTitleTextBlockPosition(
	BaseCamera camera
)

Parameters

camera  BaseCamera
camera

Return Value

Point
2D position of the title TextBlock
See Also