public override void Render(IDrawingSurface context, ElementFrameGeometry geometry)
        {
			ErrorInformation = base.Object as ArrowDescription;
			context.DrawImage(PlatformImage.ConvertFrom(_Bitmap), geometry.Bounds, 0.5);
        }
Esempio n. 2
0
 public override void Render(IDrawingSurface context, ElementFrameGeometry geometry)
 {
     ErrorInformation = base.Object as ArrowDescription;
     context.DrawImage(PlatformImage.ConvertFrom(_Bitmap), geometry.Bounds, 0.5);
 }
 public override void Render(IDrawingSurface context, ElementFrameGeometry geometry)
 {
     context.DrawImage(Image.ConvertFrom(_Bitmap), geometry.Bounds, 0.2);
 }