ImageResizer  3.4.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Properties | List of all members
ImageResizer.Plugins.WpfBuilder.WpfImageSettings Class Reference

Properties

float OffsetX [get, set]
 The x offset (positive or negative) used to draw the image rect inside the DrawingContext More...
 
float OffsetY [get, set]
 The y offset (positive or negative) used to draw the image rect inside the DrawingContext More...
 
float DestinationImageCanvasWidth [get, set]
 The final visible image width More...
 
float DestinationImageCanvasHeight [get, set]
 The final visible image height More...
 
float DestinationImageWidth [get, set]
 The width of the image inside the rect drawned into the DrawingContext More...
 
float DestinationImageHeight [get, set]
 The height of the image inside the rect drawned into the DrawingContext More...
 

Detailed Description

Definition at line 22 of file WpfBuilder.cs.

Property Documentation

float ImageResizer.Plugins.WpfBuilder.WpfImageSettings.DestinationImageCanvasHeight
getset

The final visible image height

Definition at line 42 of file WpfBuilder.cs.

float ImageResizer.Plugins.WpfBuilder.WpfImageSettings.DestinationImageCanvasWidth
getset

The final visible image width

Definition at line 37 of file WpfBuilder.cs.

float ImageResizer.Plugins.WpfBuilder.WpfImageSettings.DestinationImageHeight
getset

The height of the image inside the rect drawned into the DrawingContext

Definition at line 52 of file WpfBuilder.cs.

float ImageResizer.Plugins.WpfBuilder.WpfImageSettings.DestinationImageWidth
getset

The width of the image inside the rect drawned into the DrawingContext

Definition at line 47 of file WpfBuilder.cs.

float ImageResizer.Plugins.WpfBuilder.WpfImageSettings.OffsetX
getset

The x offset (positive or negative) used to draw the image rect inside the DrawingContext

Definition at line 27 of file WpfBuilder.cs.

float ImageResizer.Plugins.WpfBuilder.WpfImageSettings.OffsetY
getset

The y offset (positive or negative) used to draw the image rect inside the DrawingContext

Definition at line 32 of file WpfBuilder.cs.


The documentation for this class was generated from the following file: