WpfObjectConverter Methods |
The WpfObjectConverter type exposes the following members.
Name | Description | |
---|---|---|
ConvertAnnotationBrush |
Converts an AnnotationBrush into a System.Windows.Media.Brush.
| |
ConvertAnnotationFont |
Converts an AnnotationFont to a System.Windows.Media.Typeface.
| |
ConvertAnnotationImage(BitmapSource) |
Converts a System.Windows.Media.Imaging.BitmapSource to an AnnotationImage.
| |
ConvertAnnotationImage(AnnotationImage) |
Converts a AnnotationImage to a System.Windows.Media.Imaging.BitmapSource.
| |
ConvertAnnotationPen |
Converts a AnnotationPen to a System.Windows.Media.Pen.
| |
ConvertBitmap(Bitmap) |
Converts a System.Drawing.Bitmap to a System.Windows.Media.Imaging.BitmapSource.
| |
ConvertBitmap(BitmapSource) |
Converts a System.Windows.Media.Imaging.BitmapSource to a System.Drawing.Bitmap.
| |
ConvertColor(Color) |
Converts a System.Drawing.Color to a System.Windows.Media.Color.
| |
ConvertColor(Color) |
Converts a System.Windows.Media.Color to a System.Drawing.Color.
| |
ConvertMatrix(Matrix) |
Converts a System.Drawing.Drawing2D.Matrix to a System.Windows.Media.Matrix.
| |
ConvertMatrix(Matrix) |
Converts a System.Windows.Media.Matrix to a System.Drawing.Drawing2D.Matrix.
| |
ConvertPointF(PointF) |
Converts a System.Drawing.PointF to a System.Windows.Point.
| |
ConvertPointF(PointF) |
Converts an array of System.Drawing.PointF to an array of System.Windows.Point.
| |
ConvertPointF(Point) |
Converts a System.Windows.Point to a System.Drawing.PointF.
| |
ConvertPointF(Point) |
Converts an array of System.Windows.Point to an array of System.Drawing.PointF.
| |
ConvertRectangleF(RectangleF) |
Converts a System.Drawing.RectangleF to a System.Windows.Rect.
| |
ConvertRectangleF(Rect) |
Converts a System.Windows.Rect to a System.Drawing.RectangleF.
| |
ConvertSizeF(SizeF) |
Converts a System.Drawing.SizeF to a System.Windows.Size.
| |
ConvertSizeF(Size) |
Converts a System.Windows.Size to a System.Drawing.SizeF.
|