Click or drag to resize
AB4D logo

MouseCameraControllerGetEventsSourceElementSize Method

GetEventsSourceElementSize returns size of EventsSourceElement. This method can be overridden to provide custom size (for example when used with SharpDX.RenderForm)

Namespace: Ab3d.Controls
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
protected virtual Size GetEventsSourceElementSize()

Return Value

Size
size of EventsSourceElement
See Also