ComponentOne Bitmap for UWP
LinearTransferProperties Enumeration

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace : LinearTransferProperties Enumeration
D2D1_LINEARTRANSFER_PROP
Syntax
'Declaration
 
Public Enum LinearTransferProperties 
   Inherits System.Enum
public enum LinearTransferProperties : System.Enum 
Members
MemberDescription
AlphaDisableD2D1_LINEARTRANSFER_PROP_ALPHA_DISABLE
AlphaSlopeD2D1_LINEARTRANSFER_PROP_ALPHA_SLOPE
AlphaYInterceptD2D1_LINEARTRANSFER_PROP_ALPHA_Y_INTERCEPT
BlueDisableD2D1_LINEARTRANSFER_PROP_BLUE_DISABLE
BlueSlopeD2D1_LINEARTRANSFER_PROP_BLUE_SLOPE
BlueYInterceptD2D1_LINEARTRANSFER_PROP_BLUE_Y_INTERCEPT
ClampOutputD2D1_LINEARTRANSFER_PROP_CLAMP_OUTPUT
GreenDisableD2D1_LINEARTRANSFER_PROP_GREEN_DISABLE
GreenSlopeD2D1_LINEARTRANSFER_PROP_GREEN_SLOPE
GreenYInterceptD2D1_LINEARTRANSFER_PROP_GREEN_Y_INTERCEPT
RedDisableD2D1_LINEARTRANSFER_PROP_RED_DISABLE
RedSlopeD2D1_LINEARTRANSFER_PROP_RED_SLOPE
RedYInterceptD2D1_LINEARTRANSFER_PROP_RED_Y_INTERCEPT
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Util.DX.Direct2D.LinearTransferProperties

See Also

Reference

C1.Util.DX.Direct2D Namespace