Browse Source
Update src/Avalonia.Visuals/Platform/IGeometryImpl.cs
Co-authored-by: Dariusz Komosiński <darek.komosinski@gmail.com>
pull/5683/head
Jumar Macato
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Avalonia.Visuals/Platform/IGeometryImpl.cs
|
|
|
@ -55,7 +55,7 @@ namespace Avalonia.Platform |
|
|
|
ITransformedGeometryImpl WithTransform(Matrix transform); |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Attempts to get the corresponding point from the
|
|
|
|
/// Attempts to get the corresponding point at the
|
|
|
|
/// specified distance
|
|
|
|
/// </summary>
|
|
|
|
/// <param name="distance">The contour distance to get from.</param>
|
|
|
|
|