ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D.Effects Namespace / PerspectiveTransform3D Class / Create Method

In This Topic
    Create Method (PerspectiveTransform3D)
    In This Topic
    Creates a new instance of the PerspectiveTransform3D class.
    Syntax
    'Declaration
     
    Public Shared Function Create( _
       ByVal context As DeviceContext _
    ) As PerspectiveTransform3D
    public static PerspectiveTransform3D Create( 
       DeviceContext context
    )

    Parameters

    context
    See Also