PixelFormats.Gray32Float Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft das Gray32Float Pixelformat ab. Gray32Float zeigt einen Graustufenkanal mit 32 Bit pro Pixel (BPP) an, sodass mehr als 4 Milliarden Grautöne zulässig sind. Dieses Format hat ein Gamma von 1,0.
public:
static property System::Windows::Media::PixelFormat Gray32Float { System::Windows::Media::PixelFormat get(); };
public static System.Windows.Media.PixelFormat Gray32Float { get; }
static member Gray32Float : System.Windows.Media.PixelFormat
Public Shared ReadOnly Property Gray32Float As PixelFormat
Eigenschaftswert
Das Gray32Float Pixelformat.
Hinweise
Verwendung von XAML-Attributen
<object property="Gray32Float"/>