ComponentOne Bitmap for UWP
Draw Method (SourceTransform)

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > SourceTransform Interface : Draw Method
Draws the transform to the graphics processing unit (GPU)–based Direct2D pipeline.
Syntax
'Declaration
 
Sub Draw( _
   ByVal target As Bitmap1, _
   ByVal drawRect As RectL, _
   ByVal targetOrigin As Point2L _
) 
void Draw( 
   Bitmap1 target,
   RectL drawRect,
   Point2L targetOrigin
)

Parameters

target
drawRect
targetOrigin
See Also

Reference

SourceTransform Interface
SourceTransform Members