Support.PixelsToTwipsY(Double) Metod

Definition

Varning

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

Konverterar en Y-koordinat från bildpunkter till twips.

public:
 static double PixelsToTwipsY(double Y);
public static double PixelsToTwipsY(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 PixelsToTwipsY(double Y);
static member PixelsToTwipsY : 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 PixelsToTwipsY : double -> double
Public Function PixelsToTwipsY (Y As Double) As Double

Parametrar

Y
Double

En Double som innehåller Y-koordinaten som ska konverteras.

Returer

A Double som innehåller Y-koordinaten uttryckt i twips.

Attribut

Kommentarer

I Visual Basic 6.0 uttrycktes koordinater i twips. I Visual Basic uttrycks de i bildpunkter. Den här funktionen används av uppgraderingsverktygen för att konvertera mellan de två koordinatsystemen.

Note

Funktioner och objekt i namnområdet Microsoft.VisualBasic.Compatibility.VB6 tillhandahålls för användning av verktygen för uppgradering från Visual Basic 6.0 till Visual Basic 2008. I de flesta fall duplicerar dessa funktioner och objekt funktioner som du kan hitta i andra namnområden i .NET Framework. De är bara nödvändiga när kodmodellen Visual Basic 6.0 skiljer sig avsevärt från implementeringen av .NET Framework.

Gäller för