Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
'Declaration
Public Shared Function TransformPoints( _ ByVal pts() As PointF, _ ByVal matrix As Matrix _ ) As PointF()
'Usage
Dim pts() As PointF Dim matrix As Matrix Dim value() As PointF value = Transformer.TransformPoints(pts, matrix)
public: static array<PointF>^ TransformPoints( array<PointF>^ pts, Matrix^ matrix )