public static bool TrySetLineJoin(this SciterGraphics graphics, LineJoinType joinType)
 {
     return(graphics?.TrySetLineJoinInternal(joinType: joinType) == true);
 }