| C1.Win.C1DX.4 Assembly > C1.Util.DX.WIC Namespace > BitmapClipper Class > Initialize Method : Initialize(BitmapSource,RectL) Method |
he input bitmap source.
The rectangle of the bitmap source to clip.
Initializes the bitmap clipper with the provided parameters.
'Declaration Public Overloads Sub Initialize( _ ByVal sourceRef As BitmapSource, _ ByVal rectangleRef As RectL _ )
public void Initialize( BitmapSource sourceRef, RectL rectangleRef )
he input bitmap source.
The rectangle of the bitmap source to clip.
If this method succeeds, it returns C1.Util.DX.HResult.Ok. Otherwise, it returns an C1.Util.DX.HResult error code.