'宣言 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 )
パラメータ
- context
 - The effect context
 - extendModeX
 - The extend mode for X coordinates
 - extendModeY
 - The extend mode for Y coordinates