[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Extensions.IsLineGeometry

IsLineGeometry Method

IsLineGeometry(GeometryType)

Returns a value indicating whether this geometry is a line one.

Note that line geometries do not support fills.

Declaration
public static bool IsLineGeometry(this GeometryType geometry)
Public Shared Function IsLineGeometry(geometry As GeometryType) As Boolean
Parameters
Type Name Description
GeometryType geometry

This GeometryType value.

Returns
Type Description
bool

True if this is a line geometry, false otherwise.