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 32 Bit pro Pixel (BPP)-Graustufenkanal an, sodass über 4 Milliarden Grautöne zulässig sind. Dieses Format besitzt den Gammawert 1,0.
public:
static property System::Windows::Media::PixelFormat Gray32Float { System::Windows::Media::PixelFormat get(); };
public static System.Windows.Media.PixelFormat Gray32Float { get; }
member this.Gray32Float : System.Windows.Media.PixelFormat
Public Shared ReadOnly Property Gray32Float As PixelFormat
Eigenschaftswert
Das Gray32Float-Pixelformat.
Hinweise
Verwendung von XAML-Attributen
<object property="Gray32Float"/>