Draws an image with the specified attributes.
Namespace: MindFusion.Mapping.Wpf Assembly: MindFusion.Mapping.Wpf
Syntax
C#
Copy Code
|
---|
public void DrawImageUnscaled ( BitmapImage image, Point point, int pivotX, int pivotY ) |
Visual Basic
Copy Code
|
---|
Public Sub DrawImageUnscaled( _ image As BitmapImage, _ point As Point, _ pivotX As Integer, _ pivotY As Integer _ ) |
Parameters
See Also
|