Aspose::Slides::Drawing Namespace Reference

Classes

class  Margin32f
 Margin More...
 
class  Margin64d
 Margin More...
 
class  Rect32f
 Rectangle struct More...
 
class  Rect64d
 Rectangle struct More...
 
class  Vector2d32f
 2D vector with float components More...
 
class  Vector2d64d
 2D vector with double components More...
 

Functions

Margin32f operator* (Margin32f l, float r)
 
Margin32f operator/ (Margin32f l, int32_t r)
 
Margin64d operator* (Margin64d l, double r)
 
Margin64d operator/ (Margin64d l, double r)
 
bool operator== (Margin64d l, Margin64d r)
 
bool operator!= (Margin64d l, Margin64d r)
 
bool operator== (Rect32f l, Rect32f r)
 
bool operator!= (Rect32f l, Rect32f r)
 
Vector2d32f operator+ (Vector2d32f l, Vector2d32f r)
 
Vector2d32f operator- (Vector2d32f l, Vector2d32f r)
 
Vector2d32f operator/ (Vector2d32f l, int32_t r)
 
Vector2d32f operator* (Vector2d32f l, float r)
 
Vector2d32f operator- (Vector2d32f v)
 
bool operator== (Vector2d32f l, Vector2d32f r)
 
bool operator!= (Vector2d32f l, Vector2d32f r)
 
Vector2d64d operator+ (Vector2d64d l, Vector2d64d r)
 
Vector2d64d operator- (Vector2d64d l, Vector2d64d r)
 
Vector2d64d operator/ (Vector2d64d l, int32_t r)
 
Vector2d64d operator* (Vector2d64d l, int32_t r)
 
Vector2d64d operator- (Vector2d64d v)
 
bool operator== (Vector2d64d l, Vector2d64d r)
 
bool operator!= (Vector2d64d l, Vector2d64d r)
 

Function Documentation

◆ operator!=() [1/4]

bool Aspose::Slides::Drawing::operator!= ( Margin64d  l,
Margin64d  r 
)

◆ operator!=() [2/4]

bool Aspose::Slides::Drawing::operator!= ( Rect32f  l,
Rect32f  r 
)

◆ operator!=() [3/4]

bool Aspose::Slides::Drawing::operator!= ( Vector2d32f  l,
Vector2d32f  r 
)

◆ operator!=() [4/4]

bool Aspose::Slides::Drawing::operator!= ( Vector2d64d  l,
Vector2d64d  r 
)

◆ operator*() [1/4]

Margin32f Aspose::Slides::Drawing::operator* ( Margin32f  l,
float  r 
)

◆ operator*() [2/4]

Margin64d Aspose::Slides::Drawing::operator* ( Margin64d  l,
double  r 
)

◆ operator*() [3/4]

Vector2d32f Aspose::Slides::Drawing::operator* ( Vector2d32f  l,
float  r 
)

◆ operator*() [4/4]

Vector2d64d Aspose::Slides::Drawing::operator* ( Vector2d64d  l,
int32_t  r 
)

◆ operator+() [1/2]

Vector2d32f Aspose::Slides::Drawing::operator+ ( Vector2d32f  l,
Vector2d32f  r 
)

◆ operator+() [2/2]

Vector2d64d Aspose::Slides::Drawing::operator+ ( Vector2d64d  l,
Vector2d64d  r 
)

◆ operator-() [1/4]

Vector2d32f Aspose::Slides::Drawing::operator- ( Vector2d32f  l,
Vector2d32f  r 
)

◆ operator-() [2/4]

Vector2d32f Aspose::Slides::Drawing::operator- ( Vector2d32f  v)

◆ operator-() [3/4]

Vector2d64d Aspose::Slides::Drawing::operator- ( Vector2d64d  l,
Vector2d64d  r 
)

◆ operator-() [4/4]

Vector2d64d Aspose::Slides::Drawing::operator- ( Vector2d64d  v)

◆ operator/() [1/4]

Margin32f Aspose::Slides::Drawing::operator/ ( Margin32f  l,
int32_t  r 
)

◆ operator/() [2/4]

Margin64d Aspose::Slides::Drawing::operator/ ( Margin64d  l,
double  r 
)

◆ operator/() [3/4]

Vector2d32f Aspose::Slides::Drawing::operator/ ( Vector2d32f  l,
int32_t  r 
)

◆ operator/() [4/4]

Vector2d64d Aspose::Slides::Drawing::operator/ ( Vector2d64d  l,
int32_t  r 
)

◆ operator==() [1/4]

bool Aspose::Slides::Drawing::operator== ( Margin64d  l,
Margin64d  r 
)

◆ operator==() [2/4]

bool Aspose::Slides::Drawing::operator== ( Rect32f  l,
Rect32f  r 
)

◆ operator==() [3/4]

bool Aspose::Slides::Drawing::operator== ( Vector2d32f  l,
Vector2d32f  r 
)

◆ operator==() [4/4]

bool Aspose::Slides::Drawing::operator== ( Vector2d64d  l,
Vector2d64d  r 
)