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: DoubleThe 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.