API Reference
Class
VisualCanvasImageFit
Defines how source images are placed inside a visual canvas image layer.
Inheritance
- Object
- VisualCanvasImageFit
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method ChartExtensions.AddChart
- Method ChartExtensions.AddChart
- Method ChartExtensions.AddChartGrid
- Method ChartExtensions.AddChartGrid
- Method ChartExtensions.AddHeroBadgeImageFile
- Method ChartExtensions.AddHeroBadgeImageFile
- Method ChartExtensions.AddImageBytes
- Method ChartExtensions.AddImageBytes
- Method ChartExtensions.AddImageFile
- Method ChartExtensions.AddImageFile
- Method ChartExtensions.AddRasterImage
- Method ChartExtensions.AddRasterImage
- Method ChartExtensions.AddTopology
- Method ChartExtensions.AddTopology
- Method ChartExtensions.AddVisualBlock
- Method ChartExtensions.AddVisualBlock
- Method ChartExtensions.AddVisualGrid
- Method ChartExtensions.AddVisualGrid
- Method ChartExtensions.ToVisualCanvas
- Method ImageComposition.DrawChart
- Method ImageComposition.DrawChart
- Method ImageComposition.DrawChartGrid
- Method ImageComposition.DrawChartGrid
- Method ImageComposition.DrawImage
- Method ImageComposition.DrawImage
- Method ImageComposition.DrawImageBytes
- Method ImageComposition.DrawImageBytes
- Method ImageComposition.DrawImageFile
- Method ImageComposition.DrawImageFile
- Method ImageComposition.DrawTopology
- Method ImageComposition.DrawTopology
- Method ImageComposition.DrawVisualBlock
- Method ImageComposition.DrawVisualBlock
- Method ImageComposition.DrawVisualCanvas
- Method ImageComposition.DrawVisualCanvas
- Method ImageComposition.DrawVisualGrid
- Method ImageComposition.DrawVisualGrid
- Method VisualCanvas.AddHeroBadge
- Method VisualCanvas.AddHeroBadge
- Method VisualCanvas.AddImage
- Method VisualCanvas.AddImage
- Method VisualCanvas.WithResponsiveLayout
Fields
Stretch #Scale the image independently in both axes to fill the destination rectangle.
Contain #Scale the image uniformly so the entire source is visible inside the destination rectangle.
Cover #Scale and crop the image uniformly so the destination rectangle is fully covered.
Center #Draw the image at its source pixel size, centered inside the destination rectangle.
Tile #Repeat the image at its source pixel size, clipped to the destination rectangle.