'宣言 Public Function Transform( _ ByVal ParamArray transforms() As BaseTransform _ ) As GcWicBitmap
public GcWicBitmap Transform( params BaseTransform[] transforms )
パラメータ
- transforms
- The transformation chain, can be empty to just copy the image.
'宣言 Public Function Transform( _ ByVal ParamArray transforms() As BaseTransform _ ) As GcWicBitmap
public GcWicBitmap Transform( params BaseTransform[] transforms )