Class PenType

    • Field Detail

      • assemblyFullName

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

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

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

        public static JCType classType
        The type managed from JCOBridge. See JCType
      • SolidColor

        public static PenType SolidColor
      • HatchFill

        public static PenType HatchFill
      • TextureFill

        public static PenType TextureFill
      • PathGradient

        public static PenType PathGradient
      • LinearGradient

        public static PenType LinearGradient
    • Constructor Detail

      • PenType

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

        public PenType()