Support.TwipsToPixelsY(Double) Methode

Definitie

Let op

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

Converteert een Y-coördinaat van twips naar pixels.

public:
 static double TwipsToPixelsY(double Y);
public static double TwipsToPixelsY(double Y);
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public static double TwipsToPixelsY(double Y);
static member TwipsToPixelsY : double -> double
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
static member TwipsToPixelsY : double -> double
Public Function TwipsToPixelsY (Y As Double) As Double

Parameters

Y
Double

Een Double die de X-coördinaat bevat die moet worden geconverteerd.

Retouren

Een Double die de Y-coördinaat bevat, uitgedrukt in pixels.

Kenmerken

Opmerkingen

In Visual Basic 6,0 werden coördinaten uitgedrukt in twips; in Visual Basic worden ze uitgedrukt in pixels. Deze functie wordt gebruikt door de upgradehulpprogramma's om te converteren tussen de twee coördinaatsystemen.

Note

Functies en objecten in de naamruimte Microsoft.VisualBasic.Compatibility.VB6 worden gebruikt door de hulpprogramma's voor het upgraden van Visual Basic 6.0 naar Visual Basic 2008. In de meeste gevallen zijn deze functies en objecten dubbele functionaliteit die u kunt vinden in andere naamruimten in het .NET Framework. Ze zijn alleen nodig wanneer het codemodel Visual Basic 6.0 aanzienlijk verschilt van de .NET Framework-implementatie.

Van toepassing op