ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D.Effects Namespace / YCbCr Class / Transform Property

In This Topic
    Transform Property (YCbCr)
    In This Topic
    Gets or sets the axis-aligned affine transform of the image. Axis aligned transforms include Scale, Flips, and 90 degree rotations.
    Syntax
    'Declaration
     
    Public Property Transform As Matrix3x2
    public Matrix3x2 Transform {get; set;}
    See Also