Training
Module
Manage topics in Microsoft Copilot Studio - Training
This module you're introduced to the basic principles of topics such as trigger phrases and conversation paths and how to create them.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The topics in this section provide examples that show how to accomplish a variety of tasks with Direct2D.
Topic | Description |
---|---|
How to Clip to a Geometric Mask |
Shows how to clip a region with layers. |
How to Clip with Axis Aligned Rects |
Shows how to clip a region with an axis-aligned clip rectangle. |
How to Draw a Bitmap |
Shows how to render bitmaps with Direct2D. |
How to Draw and Fill a Basic Shape |
This topic describes how to draw a basic shape. |
How to Draw and Fill a Complex Shape |
Direct2D provides the ID2D1PathGeometry interface for describing complex shapes that can contain curves, arcs, and lines. This topic describes how to define and render a path geometry. |
How to Draw Text |
Shows how to render text with Direct2D. |
How to Ensure That Your Application Displays Properly on High-DPI Displays |
Describes how to create a window the displays properly on high-DPI displays. |
How to Load a Bitmap from a File |
Shows how to load a Direct2D bitmap from an image file. |
How to Load a Bitmap from a Resource |
Shows how to load a Direct2D bitmap stored as an application resource. |
How to Use a Bitmap as an Opacity Mask |
Shows how to clip a region with bitmap masks. |
Training
Module
Manage topics in Microsoft Copilot Studio - Training
This module you're introduced to the basic principles of topics such as trigger phrases and conversation paths and how to create them.
Documentation
Brushes (Direct2D) - Win32 apps
The topics in this section describe how to use Direct2D brushes, objects you use to paint fills and outlines.
Resources Overview - Win32 apps
Describes Direct2D resources and how they can be shared.
Transforms (Direct2D) - Win32 apps
Describes the basics of tranforms and how to apply various transforms to objects.