 | FS_MATRIXIsScaled Method |
Gets a value indicating whether this Matrix is scaled.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
SyntaxPublic Function IsScaled As Boolean
member IsScaled : unit -> bool
public boolean IsScaled()
Return Value
Booleantrue if this Matrix is scaled; otherwise, false.
See Also