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