Class PixelFormat

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Drawing
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Drawing.Imaging.PixelFormat
        See Also:
        Constant Field Values
      • classType

        public static org.mases.jcobridge.JCType classType
        The type managed from JCOBridge. See JCType
      • Format16bppRgb555

        public static PixelFormat Format16bppRgb555
      • Format16bppRgb565

        public static PixelFormat Format16bppRgb565
      • Format24bppRgb

        public static PixelFormat Format24bppRgb
      • Format32bppRgb

        public static PixelFormat Format32bppRgb
      • Format1bppIndexed

        public static PixelFormat Format1bppIndexed
      • Format4bppIndexed

        public static PixelFormat Format4bppIndexed
      • Format8bppIndexed

        public static PixelFormat Format8bppIndexed
      • Format16bppArgb1555

        public static PixelFormat Format16bppArgb1555
      • Format32bppPArgb

        public static PixelFormat Format32bppPArgb
      • Format16bppGrayScale

        public static PixelFormat Format16bppGrayScale
      • Format48bppRgb

        public static PixelFormat Format48bppRgb
      • Format64bppPArgb

        public static PixelFormat Format64bppPArgb
      • Format32bppArgb

        public static PixelFormat Format32bppArgb
      • Format64bppArgb

        public static PixelFormat Format64bppArgb
    • Constructor Detail

      • PixelFormat

        public PixelFormat​(java.lang.Object instance)
        Internal constructor. Use with caution
      • PixelFormat

        public PixelFormat()