_Application.InchesToPoints(Single) Método

Definición

Convierte una medida de pulgadas a puntos (1 pulgada = 72 puntos).

public:
 float InchesToPoints(float Inches);
public float InchesToPoints (float Inches);
abstract member InchesToPoints : single -> single
Public Function InchesToPoints (Inches As Single) As Single

Parámetros

Inches
Single

Single obligatorio. Valor en pulgadas que va a convertirse a puntos.

Devoluciones

Comentarios

Devuelve la medida convertida como un valor único.

Se aplica a