ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D.Effects Namespace / PerspectiveTransform3D Class / RotationOrigin Property

In This Topic
    RotationOrigin Property
    In This Topic
    The transformation rotation origin.
    Syntax
    'Declaration
     
    Public Property RotationOrigin As Vector3
    public Vector3 RotationOrigin {get; set;}
    See Also