ImageGenerationOptions.ImageSize Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Obtém ou define o tamanho da imagem gerada.
public:
property Nullable<System::Drawing::Size> ImageSize { Nullable<System::Drawing::Size> get(); void set(Nullable<System::Drawing::Size> value); };
public System.Drawing.Size? ImageSize { get; set; }
member this.ImageSize : Nullable<System.Drawing.Size> with get, set
Public Property ImageSize As Nullable(Of Size)
Valor de Propriedade
Observações
Se um fornecedor apenas suportar tamanhos fixos, utiliza-se o tamanho suportado mais próximo.