Aspose::Page::Drawing Namespace Reference

Namespaces

namespace  Drawing2D
 
namespace  Imaging
 

Classes

class  Color
 Represents an ARGB (alpha, red, green, blue) color. More...
 
class  NamespaceDoc
 The Aspose.Page.Drawing is a root namespace for System.Drawing wrapper classes. More...
 
class  Size
 Stores an ordered pair of integers, typically the width and height of a rectangle. More...
 

Functions

bool operator== (const Color &left, const Color &right)
 
bool operator!= (const Color &left, const Color &right)
 
bool operator== (const Size &left, const Size &right)
 
bool operator!= (const Size &sz1, const Size &sz2)
 

Function Documentation

◆ operator!=() [1/2]

bool Aspose::Page::Drawing::operator!= ( const Color & left,
const Color & right )

◆ operator!=() [2/2]

bool Aspose::Page::Drawing::operator!= ( const Size & sz1,
const Size & sz2 )

◆ operator==() [1/2]

bool Aspose::Page::Drawing::operator== ( const Color & left,
const Color & right )

◆ operator==() [2/2]

bool Aspose::Page::Drawing::operator== ( const Size & left,
const Size & right )