Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgMatrix Class / IsIdentity Property

In This Topic
    IsIdentity Property (SvgMatrix)
    In This Topic
    Gets a value indicating whether this instance is an identity matrix.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsIdentity As System.Boolean
    public System.bool IsIdentity {get;}
    See Also