class GUIResizableVerticalScrollHandleVectorPathBuilder

Builds a vector path that draws a resizable vertical scroll handle.

Public

Methods

BuildPath

HVectorPath BuildPath(const Size2I &size, const GUIStyleSheetRules &styleSheetRule) const override

Constructs a vector path for a GUI element.

size
Size of the path to be displayed on the screen, in pixels.
styleSheetRule
Current style sheet rule used by the GUI element.

Returns: New vector path.

staticGet

Returns a singleton instance of this builder.