ComponentOne Bitmap for UWP
In This Topic
    Bitmap Samples
    In This Topic

    With the C1Studio installer, you get Bitmap samples that help you understand the implementation of the product. The C# and VB samples are available at the default installation folder - Documents\ComponentOne Samples\UWP\C1.UWP.Bitmap.

    The C# samples available at the default installation location is as follows:

    Sample Description
    BitmapSamples This sample shows how to display an animated gif using BitmapImage, use C1Bitmap to crop an image, use C1Bitmap and vertex shader to distort an image, and to use various transformation, such as cropping, scaling, rotation, and flipping on a bitmap image.
    Direct2DEffects This sample loads an image in C1Bitmap, converts it to Direct2D bitmap, applies various effects and draws to SurfaceImageSource. When the user clicks the Export button the image is converted to Direct2D bitmap, then used as the source for a Direct2D effect. The result is imported into another instance of C1Bitmap, then stored to a file.

    The VB samples available at the default installation location is as follows:

    Sample Description
    BitmapSamples This sample shows how to display an animated gif using BitmapImage, use C1Bitmap to crop an image, use C1Bitmap and vertex shader to distort an image, and to use various transformation, such as cropping, scaling, rotation, and flipping on a bitmap image.
    Direct2DEffects This sample loads an image in C1Bitmap, converts it to Direct2D bitmap, applies various effects and draws to SurfaceImageSource. When the user clicks the Export button the image is converted to Direct2D bitmap, then used as the source for a Direct2D effect. The result is imported into another instance of C1Bitmap, then stored to a file.
    See Also