ImageGenerationOptions.ImageSize Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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 da propriedade
Comentários
Se um provedor oferecer suporte apenas a tamanhos fixos, o tamanho com suporte mais próximo será usado.