Share via


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)

Syntax

'Declaration
Public Sub New ( _
    verticalScale As Double _
)
public LineTransform(
    double verticalScale
)
public:
LineTransform(
    double verticalScale
)
new : 
        verticalScale:float -> LineTransform
public function LineTransform(
    verticalScale : double
)

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.

Remarks

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.

.NET Framework Security

See Also

Reference

LineTransform Structure

LineTransform Overload

Microsoft.VisualStudio.Text.Formatting Namespace