/// <summary> /// Retrieve the <see cref="StrokerBorder"/> value corresponding to the ‘outside’ borders of a given outline. /// </summary> /// <returns>The border index. <see cref="StrokerBorder.Left"/> for empty or invalid outlines.</returns> public StrokerBorder GetOutsideBorder() { return(FT.FT_Outline_GetOutsideBorder(Reference)); }
/// <summary> /// Retrieve the <see cref="StrokerBorder"/> value corresponding to the ‘outside’ borders of a given outline. /// </summary> /// <returns>The border index. <see cref="StrokerBorder.Left"/> for empty or invalid outlines.</returns> public StrokerBorder GetOutsideBorder() => FT.FT_Outline_GetOutsideBorder(Reference);