Skip to main content

Class SKSurfaceProperties

Namespace: SkiaSharp
Assembly: VelloSharp.Skia.Core.dll

public sealed class SKSurfaceProperties : IDisposable

Inheritance

objectSKSurfaceProperties

Implements

IDisposable

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

SKSurfaceProperties(SKPixelGeometry)

public SKSurfaceProperties(SKPixelGeometry pixelGeometry)

Parameters

pixelGeometry SKPixelGeometry

SKSurfaceProperties(uint, SKPixelGeometry)

public SKSurfaceProperties(uint flags, SKPixelGeometry pixelGeometry)

Parameters

flags uint

pixelGeometry SKPixelGeometry

SKSurfaceProperties(SKSurfacePropsFlags, SKPixelGeometry)

public SKSurfaceProperties(SKSurfacePropsFlags flags, SKPixelGeometry pixelGeometry)

Parameters

flags SKSurfacePropsFlags

pixelGeometry SKPixelGeometry

Properties

Flags

public SKSurfacePropsFlags Flags { get; }

Property Value

SKSurfacePropsFlags

IsUseDeviceIndependentFonts

public bool IsUseDeviceIndependentFonts { get; }

Property Value

bool

PixelGeometry

public SKPixelGeometry PixelGeometry { get; }

Property Value

SKPixelGeometry

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()