SKRoundRect

Undocumented in source.

Constructors

this
this(void* handle, bool owns)
Undocumented in source.
this
this()
Undocumented in source.
this
this(SKRect rect)
Undocumented in source.
this
this(SKRect rect, float radius)
Undocumented in source.
this
this(SKRect rect, float xRadius, float yRadius)
Undocumented in source.
this
this(SKRoundRect rrect)
Undocumented in source.

Members

Functions

AllCornersCircular
bool AllCornersCircular()
Undocumented in source. Be warned that the author may not have intended to support it.
CheckAllCornersCircular
bool CheckAllCornersCircular(float tolerance)
Undocumented in source. Be warned that the author may not have intended to support it.
Contains
bool Contains(SKRect rect)
Undocumented in source. Be warned that the author may not have intended to support it.
Deflate
void Deflate(SKSize size)
Undocumented in source. Be warned that the author may not have intended to support it.
Deflate
void Deflate(float dx, float dy)
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.
GetRadii
SKPoint GetRadii(SKRoundRectCorner corner)
Undocumented in source. Be warned that the author may not have intended to support it.
Height
float Height()
Undocumented in source. Be warned that the author may not have intended to support it.
Inflate
void Inflate(SKSize size)
Undocumented in source. Be warned that the author may not have intended to support it.
Inflate
void Inflate(float dx, float dy)
Undocumented in source. Be warned that the author may not have intended to support it.
IsValid
bool IsValid()
Undocumented in source. Be warned that the author may not have intended to support it.
Offset
void Offset(SKPoint pos)
Undocumented in source. Be warned that the author may not have intended to support it.
Offset
void Offset(float dx, float dy)
Undocumented in source. Be warned that the author may not have intended to support it.
Rect
SKRect Rect()
Undocumented in source. Be warned that the author may not have intended to support it.
SetEmpty
void SetEmpty()
Undocumented in source. Be warned that the author may not have intended to support it.
SetNinePatch
void SetNinePatch(SKRect rect, float leftRadius, float topRadius, float rightRadius, float bottomRadius)
Undocumented in source. Be warned that the author may not have intended to support it.
SetOval
void SetOval(SKRect rect)
Undocumented in source. Be warned that the author may not have intended to support it.
SetRect
void SetRect(SKRect rect)
Undocumented in source. Be warned that the author may not have intended to support it.
SetRect
void SetRect(SKRect rect, float xRadius, float yRadius)
Undocumented in source. Be warned that the author may not have intended to support it.
SetRectRadii
void SetRectRadii(SKRect rect, SKPoint[] radii)
Undocumented in source. Be warned that the author may not have intended to support it.
Transform
SKRoundRect Transform(SKMatrix matrix)
Undocumented in source. Be warned that the author may not have intended to support it.
TryTransform
bool TryTransform(SKMatrix matrix, SKRoundRect transformed)
Undocumented in source. Be warned that the author may not have intended to support it.
Type
SKRoundRectType Type()
Undocumented in source. Be warned that the author may not have intended to support it.
Width
float Width()
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