SizeF.Width Propriedade

Definição

Obtém ou define o componente horizontal desta SizeF estrutura.

public:
 property float Width { float get(); void set(float value); };
public float Width { get; set; }
member this.Width : single with get, set
Public Property Width As Single

Valor de Propriedade

O componente horizontal desta SizeF estrutura, normalmente medido em píxeis.

Observações

A unidade para o Height e Width da SizeF estrutura depende das PageUnit definições e PageScale para o Graphics objeto que é usado para desenhar.

Aplica-se a