LineTransform Constructor (Double)

 

Initializes a new instance of a LineTransform.

Namespace:   Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

public:
LineTransform(
	double verticalScale
)

Parameters

verticalScale
Type: System::Double

The vertical scale factor to be applied to the text of the line and the space above and below the line.

All LineTransform objects on a formatted line of text are combined using the Combine method below.

The resulting LineTransform determines the placement and scaling of the rendered line of text.

Return to top
Show: