SourceGutterRenderer.getAlignment

Get the x-alignment and y-alignment of the gutter renderer.

class SourceGutterRenderer
void
getAlignment
(
out float xalign
,
out float yalign
)

Parameters

xalign float

return location for the x-alignment (can be NULL). [out caller-allocates][allow-none]

yalign float

return location for the y-alignment (can be NULL). [out caller-allocates][allow-none]

Meta