This commit is contained in:
Matthew Leibowitz 2016-11-14 07:24:10 +02:00
Родитель 9ac74b579e
Коммит 0b4af0e15a
1 изменённых файлов: 9 добавлений и 5 удалений

Просмотреть файл

@ -63,9 +63,11 @@
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
<summary>Gets or sets a value indicating whether the drawing canvas should be resized on high resolution displays.</summary>
<value>
<para></para>
</value>
<remarks>By default, when false, the canvas is resized to 1 canvas pixel per display pixel. When true, the canvas is resized to device independent pixels, and then stretched to fill the view. Although performance is improved and all objects are the same size on different display densities, blurring and pixellation may occur.</remarks>
</Docs>
</Member>
<Member MemberName="IgnorePixelScalingProperty">
@ -79,8 +81,10 @@
<ReturnType>Xamarin.Forms.BindableProperty</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
<summary>Implements the <see cref="P:SkiaSharp.Views.Forms.SKCanvasView.IgnorePixelScaling" /> property, and allows the <see cref="T:SkiaSharp.Views.Forms.SKCanvasView" /> class to bind it to properties on other objects at run time.</summary>
<remarks>
<para></para>
</remarks>
</Docs>
</Member>
<Member MemberName="InvalidateSurface">