Support.ToPixelsUserWidth(Double, Double, Int32) Método

Definición

Precaución

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

Convierte una medida de Visual Basic 6,0 ScaleWidth en una medida de píxeles.

public:
 static double ToPixelsUserWidth(double Width, double ScaleWidth, int OriginalWidthInPixels);
public static double ToPixelsUserWidth(double Width, double ScaleWidth, int OriginalWidthInPixels);
[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 ToPixelsUserWidth(double Width, double ScaleWidth, int OriginalWidthInPixels);
static member ToPixelsUserWidth : double * double * int -> 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 ToPixelsUserWidth : double * double * int -> double
Public Function ToPixelsUserWidth (Width As Double, ScaleWidth As Double, OriginalWidthInPixels As Integer) As Double

Parámetros

Width
Double

Double que representa el ancho.

ScaleWidth
Double

Un que representa el Visual Basic 6.0 para el .

OriginalWidthInPixels
Int32

Integer que representa el ancho en píxeles.

Devoluciones

Un Double que contiene el Visual Basic 6.0 convertido ScaleWidth.

Atributos

Comentarios

Visual Basic 6.0 admite varios sistemas de coordenadas definidos por una propiedad />

Note

Las herramientas proporcionan funciones y objetos en el espacio de nombres /> de

Se aplica a