MiracastReceiverCursorImageChannelSettings.MaxImageSize Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Contrôle la largeur et la hauteur maximales de l’image de curseur bitmap PNG, en pixels.
public:
property SizeInt32 MaxImageSize { SizeInt32 get(); void set(SizeInt32 value); };
SizeInt32 MaxImageSize();
void MaxImageSize(SizeInt32 value);
public SizeInt32 MaxImageSize { get; set; }
var sizeInt32 = miracastReceiverCursorImageChannelSettings.maxImageSize;
miracastReceiverCursorImageChannelSettings.maxImageSize = sizeInt32;
Public Property MaxImageSize As SizeInt32
Valeur de propriété
Largeur et hauteur maximales de l’image de curseur bitmap PNG, en pixels.