SKPaint

Undocumented in source.
class SKPaint : SKObject , ISKSkipObjectRegistration {}

Constructors

this
this(void* handle, bool owns)
Undocumented in source.
this
this()
Undocumented in source.
this
this(SKFont font)
Undocumented in source.

Members

Functions

BlendMode
void BlendMode(SKBlendMode value)
Undocumented in source. Be warned that the author may not have intended to support it.
BlendMode
SKBlendMode BlendMode()
Undocumented in source. Be warned that the author may not have intended to support it.
BreakText
long BreakText(const(char)[] text, float maxWidth, float measuredWidth)
Undocumented in source. Be warned that the author may not have intended to support it.
BreakText
long BreakText(void* buffer, void* length, float maxWidth, float measuredWidth)
Undocumented in source. Be warned that the author may not have intended to support it.
BreakText
long BreakText(void* buffer, void* length, float maxWidth)
Undocumented in source. Be warned that the author may not have intended to support it.
BreakText
long BreakText(void* buffer, int length, float maxWidth, float measuredWidth)
Undocumented in source. Be warned that the author may not have intended to support it.
BreakText
long BreakText(void* buffer, int length, float maxWidth)
Undocumented in source. Be warned that the author may not have intended to support it.
BreakText
long BreakText(const(byte)[] text, float maxWidth, float measuredWidth)
Undocumented in source. Be warned that the author may not have intended to support it.
BreakText
long BreakText(const(byte)[] text, float maxWidth)
Undocumented in source. Be warned that the author may not have intended to support it.
BreakText
long BreakText(byte[] text, float maxWidth, float measuredWidth)
Undocumented in source. Be warned that the author may not have intended to support it.
BreakText
long BreakText(byte[] text, float maxWidth)
Undocumented in source. Be warned that the author may not have intended to support it.
BreakText
long BreakText(const(char)[] text, float maxWidth)
Undocumented in source. Be warned that the author may not have intended to support it.
BreakText
long BreakText(string text, float maxWidth, float measuredWidth, string measuredText)
Undocumented in source. Be warned that the author may not have intended to support it.
BreakText
long BreakText(string text, float maxWidth, float measuredWidth)
Undocumented in source. Be warned that the author may not have intended to support it.
BreakText
long BreakText(string text, float maxWidth)
Undocumented in source. Be warned that the author may not have intended to support it.
Clone
SKPaint Clone()
Undocumented in source. Be warned that the author may not have intended to support it.
Color
SKColor Color()
Undocumented in source. Be warned that the author may not have intended to support it.
Color
void Color(SKColor value)
Undocumented in source. Be warned that the author may not have intended to support it.
ColorF
SKColorF ColorF()
Undocumented in source. Be warned that the author may not have intended to support it.
ColorF
void ColorF(SKColorF value)
Undocumented in source. Be warned that the author may not have intended to support it.
ColorFilter
void ColorFilter(SKColorFilter value)
Undocumented in source. Be warned that the author may not have intended to support it.
ColorFilter
SKColorFilter ColorFilter()
Undocumented in source. Be warned that the author may not have intended to support it.
ContainsGlyphs
bool ContainsGlyphs(void* text, void* length)
Undocumented in source. Be warned that the author may not have intended to support it.
ContainsGlyphs
bool ContainsGlyphs(void* text, int length)
Undocumented in source. Be warned that the author may not have intended to support it.
ContainsGlyphs
bool ContainsGlyphs(const(byte)[] text)
Undocumented in source. Be warned that the author may not have intended to support it.
ContainsGlyphs
bool ContainsGlyphs(byte[] text)
Undocumented in source. Be warned that the author may not have intended to support it.
ContainsGlyphs
bool ContainsGlyphs(const(char)[] text)
Undocumented in source. Be warned that the author may not have intended to support it.
ContainsGlyphs
bool ContainsGlyphs(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
CountGlyphs
int CountGlyphs(void* text, int length)
Undocumented in source. Be warned that the author may not have intended to support it.
CountGlyphs
int CountGlyphs(const(byte)[] text)
Undocumented in source. Be warned that the author may not have intended to support it.
CountGlyphs
int CountGlyphs(byte[] text)
Undocumented in source. Be warned that the author may not have intended to support it.
CountGlyphs
int CountGlyphs(const(char)[] text)
Undocumented in source. Be warned that the author may not have intended to support it.
CountGlyphs
int CountGlyphs(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
DeviceKerningEnabled
bool DeviceKerningEnabled()
Undocumented in source. Be warned that the author may not have intended to support it.
Dispose
void Dispose(bool disposing)
Undocumented in source. Be warned that the author may not have intended to support it.
Dispose
void Dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
DisposeNative
void DisposeNative()
Undocumented in source. Be warned that the author may not have intended to support it.
FakeBoldText
void FakeBoldText(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
FakeBoldText
bool FakeBoldText()
Undocumented in source. Be warned that the author may not have intended to support it.
FilterQuality
SKFilterQuality FilterQuality()
Undocumented in source. Be warned that the author may not have intended to support it.
FilterQuality
void FilterQuality(SKFilterQuality value)
Undocumented in source. Be warned that the author may not have intended to support it.
FontMetrics
SKFontMetrics FontMetrics()
Undocumented in source. Be warned that the author may not have intended to support it.
FontSpacing
float FontSpacing()
Undocumented in source. Be warned that the author may not have intended to support it.
GetFillPath
SKPath GetFillPath(SKPath src)
Undocumented in source. Be warned that the author may not have intended to support it.
GetFillPath
SKPath GetFillPath(SKPath src, float resScale)
Undocumented in source. Be warned that the author may not have intended to support it.
GetFillPath
SKPath GetFillPath(SKPath src, SKRect cullRect)
Undocumented in source. Be warned that the author may not have intended to support it.
GetFillPath
SKPath GetFillPath(SKPath src, SKRect cullRect, float resScale)
Undocumented in source. Be warned that the author may not have intended to support it.
GetFillPath
bool GetFillPath(SKPath src, SKPath dst)
Undocumented in source. Be warned that the author may not have intended to support it.
GetFillPath
bool GetFillPath(SKPath src, SKPath dst, float resScale)
Undocumented in source. Be warned that the author may not have intended to support it.
GetFillPath
bool GetFillPath(SKPath src, SKPath dst, SKRect cullRect)
Undocumented in source. Be warned that the author may not have intended to support it.
GetFillPath
bool GetFillPath(SKPath src, SKPath dst, SKRect cullRect, float resScale)
Undocumented in source. Be warned that the author may not have intended to support it.
GetFont
SKFont GetFont()
Undocumented in source. Be warned that the author may not have intended to support it.
GetFontMetrics
float GetFontMetrics(SKFontMetrics metrics)
Undocumented in source. Be warned that the author may not have intended to support it.
GetFontMetrics
float GetFontMetrics(SKFontMetrics metrics, float scale)
Undocumented in source. Be warned that the author may not have intended to support it.
GetGlyphOffsets
float[] GetGlyphOffsets(string text, float origin)
Undocumented in source. Be warned that the author may not have intended to support it.
GetGlyphOffsets
float[] GetGlyphOffsets(const(char)[] text, float origin)
Undocumented in source. Be warned that the author may not have intended to support it.
GetGlyphOffsets
float[] GetGlyphOffsets(byte[] text, float origin)
Undocumented in source. Be warned that the author may not have intended to support it.
GetGlyphOffsets
float[] GetGlyphOffsets(void* text, int length, float origin)
Undocumented in source. Be warned that the author may not have intended to support it.
GetGlyphPositions
SKPoint[] GetGlyphPositions(string text, SKPoint origin)
Undocumented in source. Be warned that the author may not have intended to support it.
GetGlyphPositions
SKPoint[] GetGlyphPositions(const(char)[] text, SKPoint origin)
Undocumented in source. Be warned that the author may not have intended to support it.
GetGlyphPositions
SKPoint[] GetGlyphPositions(const(byte)[] text, SKPoint origin)
Undocumented in source. Be warned that the author may not have intended to support it.
GetGlyphPositions
SKPoint[] GetGlyphPositions(void* text, int length, SKPoint origin)
Undocumented in source. Be warned that the author may not have intended to support it.
GetGlyphWidths
float[] GetGlyphWidths(void* text, int length, SKRect[] bounds)
Undocumented in source. Be warned that the author may not have intended to support it.
GetGlyphWidths
float[] GetGlyphWidths(byte[] text, SKRect[] bounds)
Undocumented in source. Be warned that the author may not have intended to support it.
GetGlyphWidths
float[] GetGlyphWidths(char[] text, SKRect[] bounds)
Undocumented in source. Be warned that the author may not have intended to support it.
GetGlyphWidths
float[] GetGlyphWidths(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
GetGlyphWidths
float[] GetGlyphWidths(char[] text)
Undocumented in source. Be warned that the author may not have intended to support it.
GetGlyphWidths
float[] GetGlyphWidths(byte[] text)
Undocumented in source. Be warned that the author may not have intended to support it.
GetGlyphWidths
float[] GetGlyphWidths(void* text, int length)
Undocumented in source. Be warned that the author may not have intended to support it.
GetGlyphWidths
float[] GetGlyphWidths(string text, SKRect[] bounds)
Undocumented in source. Be warned that the author may not have intended to support it.
GetGlyphs
ushort[] GetGlyphs(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
GetGlyphs
ushort[] GetGlyphs(const(char)[] text)
Undocumented in source. Be warned that the author may not have intended to support it.
GetGlyphs
ushort[] GetGlyphs(byte[] text)
Undocumented in source. Be warned that the author may not have intended to support it.
GetGlyphs
ushort[] GetGlyphs(const(byte)[] text)
Undocumented in source. Be warned that the author may not have intended to support it.
GetGlyphs
ushort[] GetGlyphs(void* text, int length)
Undocumented in source. Be warned that the author may not have intended to support it.
GetHorizontalTextIntercepts
float[] GetHorizontalTextIntercepts(void* text, void* length, float[] xpositions, float y, float upperBounds, float lowerBounds)
Undocumented in source. Be warned that the author may not have intended to support it.
GetHorizontalTextIntercepts
float[] GetHorizontalTextIntercepts(void* text, int length, float[] xpositions, float y, float upperBounds, float lowerBounds)
Undocumented in source. Be warned that the author may not have intended to support it.
GetHorizontalTextIntercepts
float[] GetHorizontalTextIntercepts(const(byte)[] text, const(float)[] xpositions, float y, float upperBounds, float lowerBounds)
Undocumented in source. Be warned that the author may not have intended to support it.
GetHorizontalTextIntercepts
float[] GetHorizontalTextIntercepts(byte[] text, float[] xpositions, float y, float upperBounds, float lowerBounds)
Undocumented in source. Be warned that the author may not have intended to support it.
GetHorizontalTextIntercepts
float[] GetHorizontalTextIntercepts(const(char)[] text, const(float)[] xpositions, float y, float upperBounds, float lowerBounds)
Undocumented in source. Be warned that the author may not have intended to support it.
GetHorizontalTextIntercepts
float[] GetHorizontalTextIntercepts(string text, float[] xpositions, float y, float upperBounds, float lowerBounds)
Undocumented in source. Be warned that the author may not have intended to support it.
GetPositionedTextIntercepts
float[] GetPositionedTextIntercepts(void* text, void* length, SKPoint[] positions, float upperBounds, float lowerBounds)
Undocumented in source. Be warned that the author may not have intended to support it.
GetPositionedTextIntercepts
float[] GetPositionedTextIntercepts(void* text, int length, SKPoint[] positions, float upperBounds, float lowerBounds)
Undocumented in source. Be warned that the author may not have intended to support it.
GetPositionedTextIntercepts
float[] GetPositionedTextIntercepts(const(byte)[] text, const(SKPoint)[] positions, float upperBounds, float lowerBounds)
Undocumented in source. Be warned that the author may not have intended to support it.
GetPositionedTextIntercepts
float[] GetPositionedTextIntercepts(byte[] text, SKPoint[] positions, float upperBounds, float lowerBounds)
Undocumented in source. Be warned that the author may not have intended to support it.
GetPositionedTextIntercepts
float[] GetPositionedTextIntercepts(const(char)[] text, const(SKPoint)[] positions, float upperBounds, float lowerBounds)
Undocumented in source. Be warned that the author may not have intended to support it.
GetPositionedTextIntercepts
float[] GetPositionedTextIntercepts(string text, SKPoint[] positions, float upperBounds, float lowerBounds)
Undocumented in source. Be warned that the author may not have intended to support it.
GetTextIntercepts
float[] GetTextIntercepts(SKTextBlob text, float upperBounds, float lowerBounds)
Undocumented in source. Be warned that the author may not have intended to support it.
GetTextIntercepts
float[] GetTextIntercepts(void* text, int length, float x, float y, float upperBounds, float lowerBounds)
Undocumented in source. Be warned that the author may not have intended to support it.
GetTextIntercepts
float[] GetTextIntercepts(void* text, void* length, float x, float y, float upperBounds, float lowerBounds)
Undocumented in source. Be warned that the author may not have intended to support it.
GetTextIntercepts
float[] GetTextIntercepts(const(byte)[] text, float x, float y, float upperBounds, float lowerBounds)
Undocumented in source. Be warned that the author may not have intended to support it.
GetTextIntercepts
float[] GetTextIntercepts(byte[] text, float x, float y, float upperBounds, float lowerBounds)
Undocumented in source. Be warned that the author may not have intended to support it.
GetTextIntercepts
float[] GetTextIntercepts(char[] text, float x, float y, float upperBounds, float lowerBounds)
Undocumented in source. Be warned that the author may not have intended to support it.
GetTextIntercepts
float[] GetTextIntercepts(string text, float x, float y, float upperBounds, float lowerBounds)
Undocumented in source. Be warned that the author may not have intended to support it.
GetTextPath
SKPath GetTextPath(byte[] text, SKPoint[] points)
Undocumented in source. Be warned that the author may not have intended to support it.
GetTextPath
SKPath GetTextPath(string text, float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
GetTextPath
SKPath GetTextPath(const(char)[] text, float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
GetTextPath
SKPath GetTextPath(byte[] text, float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
GetTextPath
SKPath GetTextPath(const(byte)[] text, float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
GetTextPath
SKPath GetTextPath(void* buffer, int length, float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
GetTextPath
SKPath GetTextPath(void* buffer, void* length, float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
GetTextPath
SKPath GetTextPath(string text, SKPoint[] points)
Undocumented in source. Be warned that the author may not have intended to support it.
GetTextPath
SKPath GetTextPath(const(char)[] text, const(SKPoint)[] points)
Undocumented in source. Be warned that the author may not have intended to support it.
GetTextPath
SKPath GetTextPath(const(byte)[] text, const(SKPoint)[] points)
Undocumented in source. Be warned that the author may not have intended to support it.
GetTextPath
SKPath GetTextPath(void* buffer, int length, SKPoint[] points)
Undocumented in source. Be warned that the author may not have intended to support it.
GetTextPath
SKPath GetTextPath(void* buffer, int length, const(SKPoint)[] points)
Undocumented in source. Be warned that the author may not have intended to support it.
GetTextPath
SKPath GetTextPath(void* buffer, void* length, SKPoint[] points)
Undocumented in source. Be warned that the author may not have intended to support it.
HintingLevel
void HintingLevel(SKPaintHinting value)
Undocumented in source. Be warned that the author may not have intended to support it.
HintingLevel
SKPaintHinting HintingLevel()
Undocumented in source. Be warned that the author may not have intended to support it.
ImageFilter
SKImageFilter ImageFilter()
Undocumented in source. Be warned that the author may not have intended to support it.
ImageFilter
void ImageFilter(SKImageFilter value)
Undocumented in source. Be warned that the author may not have intended to support it.
IsAntialias
void IsAntialias(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
IsAntialias
bool IsAntialias()
Undocumented in source. Be warned that the author may not have intended to support it.
IsAutohinted
void IsAutohinted(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
IsAutohinted
bool IsAutohinted()
Undocumented in source. Be warned that the author may not have intended to support it.
IsDither
void IsDither(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
IsDither
bool IsDither()
Undocumented in source. Be warned that the author may not have intended to support it.
IsEmbeddedBitmapText
void IsEmbeddedBitmapText(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
IsEmbeddedBitmapText
bool IsEmbeddedBitmapText()
Undocumented in source. Be warned that the author may not have intended to support it.
IsLinearText
bool IsLinearText()
Undocumented in source. Be warned that the author may not have intended to support it.
IsStroke
void IsStroke(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
IsStroke
bool IsStroke()
Undocumented in source. Be warned that the author may not have intended to support it.
IsVerticalText
bool IsVerticalText()
Undocumented in source. Be warned that the author may not have intended to support it.
LcdRenderText
void LcdRenderText(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
LcdRenderText
bool LcdRenderText()
Undocumented in source. Be warned that the author may not have intended to support it.
MaskFilter
SKMaskFilter MaskFilter()
Undocumented in source. Be warned that the author may not have intended to support it.
MaskFilter
void MaskFilter(SKMaskFilter value)
Undocumented in source. Be warned that the author may not have intended to support it.
MeasureText
float MeasureText(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
MeasureText
float MeasureText(byte[] text)
Undocumented in source. Be warned that the author may not have intended to support it.
MeasureText
float MeasureText(const(byte)[] text)
Undocumented in source. Be warned that the author may not have intended to support it.
MeasureText
float MeasureText(void* buffer, int length)
Undocumented in source. Be warned that the author may not have intended to support it.
MeasureText
float MeasureText(void* buffer, void* length)
Undocumented in source. Be warned that the author may not have intended to support it.
MeasureText
float MeasureText(string text, SKRect bounds)
Undocumented in source. Be warned that the author may not have intended to support it.
MeasureText
float MeasureText(byte[] text, SKRect bounds)
Undocumented in source. Be warned that the author may not have intended to support it.
MeasureText
float MeasureText(const(byte)[] text, SKRect bounds)
Undocumented in source. Be warned that the author may not have intended to support it.
MeasureText
float MeasureText(void* buffer, int length, SKRect bounds)
Undocumented in source. Be warned that the author may not have intended to support it.
MeasureText
float MeasureText(void* buffer, void* length, SKRect bounds)
Undocumented in source. Be warned that the author may not have intended to support it.
PathEffect
SKPathEffect PathEffect()
Undocumented in source. Be warned that the author may not have intended to support it.
PathEffect
void PathEffect(SKPathEffect value)
Undocumented in source. Be warned that the author may not have intended to support it.
Reset
void Reset()
Undocumented in source. Be warned that the author may not have intended to support it.
SetColor
void SetColor(SKColorF color, SKColorSpace colorspace)
Undocumented in source. Be warned that the author may not have intended to support it.
Shader
SKShader Shader()
Undocumented in source. Be warned that the author may not have intended to support it.
Shader
void Shader(SKShader value)
Undocumented in source. Be warned that the author may not have intended to support it.
StrokeCap
SKStrokeCap StrokeCap()
Undocumented in source. Be warned that the author may not have intended to support it.
StrokeCap
void StrokeCap(SKStrokeCap value)
Undocumented in source. Be warned that the author may not have intended to support it.
StrokeJoin
void StrokeJoin(SKStrokeJoin value)
Undocumented in source. Be warned that the author may not have intended to support it.
StrokeJoin
SKStrokeJoin StrokeJoin()
Undocumented in source. Be warned that the author may not have intended to support it.
StrokeMiter
void StrokeMiter(float value)
Undocumented in source. Be warned that the author may not have intended to support it.
StrokeMiter
float StrokeMiter()
Undocumented in source. Be warned that the author may not have intended to support it.
StrokeWidth
float StrokeWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
StrokeWidth
void StrokeWidth(float value)
Undocumented in source. Be warned that the author may not have intended to support it.
Style
SKPaintStyle Style()
Undocumented in source. Be warned that the author may not have intended to support it.
Style
void Style(SKPaintStyle value)
Undocumented in source. Be warned that the author may not have intended to support it.
SubpixelText
void SubpixelText(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
TextAlign
void TextAlign(SKTextAlign value)
Undocumented in source. Be warned that the author may not have intended to support it.
TextAlign
SKTextAlign TextAlign()
Undocumented in source. Be warned that the author may not have intended to support it.
TextEncoding
void TextEncoding(SKTextEncoding value)
Undocumented in source. Be warned that the author may not have intended to support it.
TextEncoding
SKTextEncoding TextEncoding()
Undocumented in source. Be warned that the author may not have intended to support it.
TextScaleX
void TextScaleX(float value)
Undocumented in source. Be warned that the author may not have intended to support it.
TextScaleX
float TextScaleX()
Undocumented in source. Be warned that the author may not have intended to support it.
TextSize
void TextSize(float value)
Undocumented in source. Be warned that the author may not have intended to support it.
TextSize
float TextSize()
Undocumented in source. Be warned that the author may not have intended to support it.
TextSkewX
void TextSkewX(float value)
Undocumented in source. Be warned that the author may not have intended to support it.
TextSkewX
float TextSkewX()
Undocumented in source. Be warned that the author may not have intended to support it.
ToFont
SKFont ToFont()
Undocumented in source. Be warned that the author may not have intended to support it.
Typeface
void Typeface(SKTypeface value)
Undocumented in source. Be warned that the author may not have intended to support it.
Typeface
SKTypeface Typeface()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

GetObject
SKPaint GetObject(void* handle)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From SKObject

Handle
void* Handle()
Undocumented in source. Be warned that the author may not have intended to support it.
Handle
void Handle(void* value)
Undocumented in source. Be warned that the author may not have intended to support it.
registerOwnedObject
void registerOwnedObject(void* handle, SKObject obj)
Undocumented in source. Be warned that the author may not have intended to support it.
registerKeepAliveObject
void registerKeepAliveObject(void* handle, SKObject obj)
Undocumented in source. Be warned that the author may not have intended to support it.
DisposeUnownedManaged
void DisposeUnownedManaged()
Undocumented in source. Be warned that the author may not have intended to support it.
DisposeManaged
void DisposeManaged()
Undocumented in source. Be warned that the author may not have intended to support it.
DisposeNative
void DisposeNative()
Undocumented in source. Be warned that the author may not have intended to support it.
GetOrAddObject
TSkiaObject GetOrAddObject(void* handle, Func!(void*, bool, TSkiaObject) objectFactory)
Undocumented in source. Be warned that the author may not have intended to support it.
GetOrAddObject
TSkiaObject GetOrAddObject(void* handle, bool owns, Func!(void*, bool, TSkiaObject) objectFactory)
Undocumented in source. Be warned that the author may not have intended to support it.
GetOrAddObject
TSkiaObject GetOrAddObject(void* handle, bool owns, bool unrefExisting, Func!(void*, bool, TSkiaObject) objectFactory)
Undocumented in source. Be warned that the author may not have intended to support it.
RegisterHandle
void RegisterHandle(void* handle, SKObject instance)
Undocumented in source. Be warned that the author may not have intended to support it.
DeregisterHandle
void DeregisterHandle(void* handle, SKObject instance)
Undocumented in source. Be warned that the author may not have intended to support it.
GetInstance
bool GetInstance(void* handle, TSkiaObject instance)
Undocumented in source. Be warned that the author may not have intended to support it.
PreventPublicDisposal
void PreventPublicDisposal()
Undocumented in source. Be warned that the author may not have intended to support it.
RevokeOwnership
void RevokeOwnership(SKObject newOwner)
Undocumented in source. Be warned that the author may not have intended to support it.
OwnedBy
T OwnedBy(T child, SKObject owner)
Undocumented in source. Be warned that the author may not have intended to support it.
Owned
T Owned(T owner, SKObject child)
Undocumented in source. Be warned that the author may not have intended to support it.
Referenced
T Referenced(T owner, SKObject child)
Undocumented in source. Be warned that the author may not have intended to support it.
PtrToStructureArray
T[] PtrToStructureArray(void* intPtr, int count)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta