FT_Outline_GetOutsideBorder() private method

private FT_Outline_GetOutsideBorder ( IntPtr outline ) : StrokerBorder
outline System.IntPtr
return StrokerBorder
Ejemplo n.º 1
0
 /// <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));
 }
Ejemplo n.º 2
0
 /// <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);