|
|
|
@ -68,10 +68,8 @@ namespace Avalonia.Media |
|
|
|
|
|
|
|
//HACK: This is a temporary hack that is used in the render loop
|
|
|
|
//to update TransformedBounds property
|
|
|
|
#pragma warning disable 0618
|
|
|
|
[Obsolete("HACK for render loop, don't use")] |
|
|
|
internal Matrix CurrentContainerTransform => _currentContainerTransform; |
|
|
|
#pragma warning restore 0618
|
|
|
|
internal Matrix CurrentContainerTransform => _currentContainerTransform; |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Draws a bitmap image.
|
|
|
|
|