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