ComponentOne Bitmap for WPF
Create Method (BorderTransform)

C1.WPF.DX.4 Assembly > C1.Util.DX.Direct2D Namespace > BorderTransform Class : Create Method
The effect context
The extend mode for X coordinates
The extend mode for Y coordinates
Initializes a new instance of BorderTransform class
Syntax
'Declaration
 
Public Shared Function Create( _
   ByVal context As EffectContext, _
   ByVal extendModeX As ExtendMode, _
   ByVal extendModeY As ExtendMode _
) As BorderTransform
public static BorderTransform Create( 
   EffectContext context,
   ExtendMode extendModeX,
   ExtendMode extendModeY
)

Parameters

context
The effect context
extendModeX
The extend mode for X coordinates
extendModeY
The extend mode for Y coordinates
See Also

Reference

BorderTransform Class
BorderTransform Members